Skip to content

Instantly share code, notes, and snippets.

@schlady
Created July 27, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schlady/a9a5987176f7737aa14e7c6f3fef2692 to your computer and use it in GitHub Desktop.
Save schlady/a9a5987176f7737aa14e7c6f3fef2692 to your computer and use it in GitHub Desktop.
GSL environment module file
#%Module1.0
# statements here:
# prepend-path, append-path, setenv, unsetenv, prereq, conflict, module
set topdir /opt/gsl/gsl-2.4
prepend-path PATH $topdir/bin
prepend-path LD_LIBRARY_PATH $topdir/lib
prepend-path LIBRARY_PATH $topdir/lib
prepend-path C_INCLUDE_PATH $topdir/include
prepend-path INCLUDE_PATH $topdir/include
prepend-path MANPATH $topdir/share/man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment