build-blocks:
- modulefiles added
This commit is contained in:
14
scripts/Libraries/giflib/modulefile
Normal file
14
scripts/Libraries/giflib/modulefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#%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>"
|
||||
|
||||
set 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)
|
||||
16
scripts/Libraries/gmp/modulefile
Normal file
16
scripts/Libraries/gmp/modulefile
Normal file
@@ -0,0 +1,16 @@
|
||||
#%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>"
|
||||
|
||||
set 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
|
||||
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)
|
||||
14
scripts/Libraries/libungif/modulefile
Normal file
14
scripts/Libraries/libungif/modulefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#%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>"
|
||||
|
||||
set 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)
|
||||
13
scripts/Libraries/mpc/modulefile
Normal file
13
scripts/Libraries/mpc/modulefile
Normal file
@@ -0,0 +1,13 @@
|
||||
#%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>"
|
||||
|
||||
set 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)
|
||||
16
scripts/Libraries/mpfr/modulefile
Normal file
16
scripts/Libraries/mpfr/modulefile
Normal file
@@ -0,0 +1,16 @@
|
||||
#%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>"
|
||||
|
||||
set 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)
|
||||
15
scripts/Libraries/tiff/modulefile
Normal file
15
scripts/Libraries/tiff/modulefile
Normal file
@@ -0,0 +1,15 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "set of C functions that support the manipulation of TIFF image files."
|
||||
set url "http://www.libtiff.org/"
|
||||
set license "BSD-like, see: http://libtiff.org/misc.html"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
This software provides support for the Tag Image File Format (TIFF), a
|
||||
widely used format for storing image data. The latest version of the TIFF
|
||||
specification is available on-line in several different formats, as are a
|
||||
number of Technical Notes (TTN's).
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
Reference in New Issue
Block a user