ltcp/aufgabe4.2/modules/compiler/GCC/4.7.3

31 lines
979 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.7.3
conflict GCC
conflict icc
conflict ifort
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.7.3
prepend-path MANPATH $root/share/man
prepend-path PATH $root/bin
setenv EBROOTGCC "$root"
setenv EBVERSIONGCC "4.7.3"
setenv EBDEVELGCC "$root/easybuild/GCC-4.7.3-easybuild-devel"
# built with EasyBuild version 1.9.0