GSL support for external scripts
While MPDroot is built with GSL support it is not possible to link to GSL libraries directly from external scripts since we don't provide paths to includes alongside with MPDroot module. To fix this, we need to:
- fix mpdroot module inside nicadist and add gsl includes to the LD_LIBRARY_PATH
- add
#include <gsl/gsl_vector.h>
to the testing script to ensure we are supporting GSL in external scripts