Loading yade/1.14.0 0 → 100644 +32 −0 Original line number Diff line number Diff line #%Module 1.0 # # YADE module for use with 'environment-modules' package: # set version "1.12.0" proc ModulesHelp { } { global version puts stderr "\tAdds 'yade' to your PATH environment variable" puts stderr "\n\tDescription TODO" puts stderr "\n\tVersion $version\n" } module-whatis "activates the Plugins for YADE $version (no optimization)" conflict yade conflict mpi #prereq mpi set pkghome /opt/apps/yade/1.14.0-linux64 #setenv YADE_INC "-I/$pkghome/include/" setenv YADE_BASE $pkghome setenv YADE_LIB $pkghome/lib64/yade-1.14.0 prepend-path PATH "$pkghome/bin" prepend-path LD_LIBRARY_PATH $pkghome/lib64/yade-1.14.0 unset pkghome No newline at end of file Loading
yade/1.14.0 0 → 100644 +32 −0 Original line number Diff line number Diff line #%Module 1.0 # # YADE module for use with 'environment-modules' package: # set version "1.12.0" proc ModulesHelp { } { global version puts stderr "\tAdds 'yade' to your PATH environment variable" puts stderr "\n\tDescription TODO" puts stderr "\n\tVersion $version\n" } module-whatis "activates the Plugins for YADE $version (no optimization)" conflict yade conflict mpi #prereq mpi set pkghome /opt/apps/yade/1.14.0-linux64 #setenv YADE_INC "-I/$pkghome/include/" setenv YADE_BASE $pkghome setenv YADE_LIB $pkghome/lib64/yade-1.14.0 prepend-path PATH "$pkghome/bin" prepend-path LD_LIBRARY_PATH $pkghome/lib64/yade-1.14.0 unset pkghome No newline at end of file