From 132e2cfa01a16d878f900a95d787be0b8ee5735b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 22 Mar 2016 18:35:40 +0100 Subject: [PATCH] Compiler/root/modulefiles: - use new module procedures instead of 'set xyz' --- Compiler/root/modulefile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Compiler/root/modulefile b/Compiler/root/modulefile index 2aae0b7..2b9108e 100644 --- a/Compiler/root/modulefile +++ b/Compiler/root/modulefile @@ -1,16 +1,12 @@ #%Module1.0 -set whatis "CERN root" -set url "http://root.cern.ch/" -set license "GNU LGPL v2" -set maintainer "Achim Gsell " -set help " +module-whatis "CERN root" +module-url "http://root.cern.ch/" +module-license "GNU LGPL v2" +module-maintainer "Achim Gsell " +module-help " ROOT is an object-oriented framework aimed at solving the data analysis -challenges of high-energy physics. There are two key words in this -definition, object oriented and framework. First, we explain what we -mean by a framework and then why it is an object-oriented framework. +challenges of high-energy physics. " -source $env(PSI_LIBMODULES) - setenv ROOTSYS $PREFIX