use Pmodules extended commands in modulefiles (fixing issue #3)
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "library and utilities for processing GIFs"
|
||||
set url "http://sourceforge.net/projects/giflib/"
|
||||
set license "X Consortium-like open-source license"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "library and utilities for processing GIFs"
|
||||
module-url "http://sourceforge.net/projects/giflib/"
|
||||
module-license "X Consortium-like open-source license"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
giflib is a library for reading and writing gif images. It is API and ABI
|
||||
compatible with libungif which was in wide use while the LZW compression
|
||||
algorithm was patented.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "GNU Multiple Precision Arithmetic Library"
|
||||
set url "http://gmplib.org/"
|
||||
set license "GNU GPL v3 / GNU LGPL v3"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "GNU Multiple Precision Arithmetic Library"
|
||||
module-url "http://gmplib.org/"
|
||||
module-license "GNU GPL v3 / GNU LGPL v3"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
GMP is a free library for arbitrary precision arithmetic, operating on
|
||||
signed integers, rational numbers, and floating-point numbers. There is
|
||||
no practical limit to the precision except the ones implied by the available
|
||||
@@ -13,4 +13,3 @@ memory in the machine GMP runs on. GMP has a rich set of functions, and the
|
||||
functions have a regular interface.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "library and utilities for processing GIFs"
|
||||
set url "http://sourceforge.net/projects/giflib/"
|
||||
set license "X Consortium-like open-source license"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "library and utilities for processing GIFs"
|
||||
module-url "http://sourceforge.net/projects/giflib/"
|
||||
module-license "X Consortium-like open-source license"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
giflib is a library for reading and writing gif images. It is API and ABI
|
||||
compatible with libungif which was in wide use while the LZW compression
|
||||
algorithm was patented.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "GNU Mpc"
|
||||
set url "http://www.multiprecision.org"
|
||||
set license "GNU LGPL v3"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "GNU Mpc"
|
||||
module-url "http://www.multiprecision.org"
|
||||
module-license "GNU LGPL v3"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
Gnu Mpc is a C library for the arithmetic of complex numbers with
|
||||
arbitrarily high precision and correct rounding of the result.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "GNU Multiple-Precision Floating-point library with correct Rounding"
|
||||
set url "http://www.mpfr.org/"
|
||||
set license "GNU GPL v3 / GNU LGPL v3"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
module-whatis "GNU Multiple-Precision Floating-point library with correct Rounding"
|
||||
module-url "http://www.mpfr.org/"
|
||||
module-license "GNU GPL v3 / GNU LGPL v3"
|
||||
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
module-help "
|
||||
The main goal of MPFR is to provide a library for multiple-precision
|
||||
floating-point computation which is both efficient and has a well-
|
||||
defined semantics. It copies the good ideas from the ANSI/IEEE-754
|
||||
standard for double-precision floating-point arithmetic (53-bit
|
||||
significand).
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
Reference in New Issue
Block a user