use Pmodules extended commands in modulefiles (fixing issue #3)

This commit is contained in:
2017-03-08 13:40:32 +01:00
parent 2f90f20b36
commit 98687e94de
46 changed files with 244 additions and 308 deletions

View File

@@ -1,11 +1,11 @@
#%Module1.0
set whatis "programming language"
set url "http://www.java.com"
set license "See http://java.com/license"
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-whatis "programming language"
module-url "http://www.java.com"
module-license "See http://java.com/license"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
set help "
module-help "
Java is a programming language and computing platform first released by Sun
Microsystems in 1995. There are lots of applications and websites that will
not work unless you have Java installed, and more are created every day.
@@ -14,4 +14,3 @@ consoles to scientific supercomputers, cell phones to the Internet, Java is
everywhere!
"
source $env(PSI_LIBMODULES)