29 lines
945 B
Groff
29 lines
945 B
Groff
|
#%Module
|
||
|
|
||
|
proc ModulesHelp { } {
|
||
|
puts stderr { The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
||
|
as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/
|
||
|
}
|
||
|
}
|
||
|
|
||
|
module-whatis {The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
||
|
as well as libraries for these languages (libstdc++, libgcj,...). - Homepage: http://gcc.gnu.org/}
|
||
|
|
||
|
set root /cluster/software/GCC/4.8.1
|
||
|
|
||
|
conflict GCC
|
||
|
|
||
|
prepend-path CPATH $root/include
|
||
|
prepend-path LD_LIBRARY_PATH $root/lib
|
||
|
prepend-path LD_LIBRARY_PATH $root/lib64
|
||
|
prepend-path LD_LIBRARY_PATH $root/lib/gcc/x86_64-unknown-linux-gnu/4.8.1
|
||
|
prepend-path MANPATH $root/share/man
|
||
|
prepend-path PATH $root/bin
|
||
|
|
||
|
setenv EBROOTGCC "$root"
|
||
|
setenv EBVERSIONGCC "4.8.1"
|
||
|
setenv EBDEVELGCC "$root/easybuild/GCC-4.8.1-easybuild-devel"
|
||
|
|
||
|
|
||
|
# built with EasyBuild version 1.9.0
|