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 "a very powerful, easy to learn programming language"
set url "http://www.tcl.tk"
set license "BSD-lik"
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-whatis "a very powerful, easy to learn programming language"
module-url "http://www.tcl.tk"
module-license "BSD-lik"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
set help "
module-help "
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic
programming language, suitable for a very wide range of uses, including
web and desktop applications, networking, administration, testing and many
@@ -14,4 +14,3 @@ language that is truly cross platform, easily deployed and highly
extensible.
"
source $env(PSI_LIBMODULES)