Files
modules/doc/example/flavored-modules/modulefiles/gcc/4.8
2019-03-16 15:31:35 +01:00

20 lines
410 B
Groff

#%Module
set name gcc
set version 4.8
conflict $name
conflict intel
conflict pgi
# source common definitions
source [file dirname $ModulesCurrentModulefile]/../.common
# compute installation path based on selected toolchain and flavors
set prefix [getInstallPrefix]
# set software environment
prepend-path PATH $prefix/bin
prepend-path MANPATH $prefix/share/man
prepend-path LD_LIBRARY_PATH $prefix/lib64