Merge remote branch 'origin/HEAD'

This commit is contained in:
2016-05-02 14:49:16 +02:00
31 changed files with 122 additions and 83 deletions

1
Libraries/gmp/5/variants Normal file
View File

@@ -0,0 +1 @@
5.1.1 Linux,Darwin stable

2
Libraries/gmp/6/variants Normal file
View File

@@ -0,0 +1,2 @@
6.0.0 Linux,Darwin stable
6.1.0 Linux,Darwin unstable

2
Libraries/mpc/1/variants Normal file
View File

@@ -0,0 +1,2 @@
1.0.2 Linux,Darwin stable gmp/5.1.1 mpfr/3.1.2
1.0.3 Linux,Darwin stable gmp/6.1.0 mpfr/3.1.4

View File

@@ -14,6 +14,5 @@ declare -rx CC=gcc
module use 'Libraries'
pbuild::add_to_group 'Libraries'
pbuild::set_build_dependencies 'gmp' 'mpfr'
pbuild::make_all

View File

@@ -1,2 +0,0 @@
gmp/5.1.1
mpfr/3.1.2

View File

@@ -1,2 +0,0 @@
gmp/6.0.0
mpfr/3.1.3

View File

@@ -0,0 +1,3 @@
3.1.2 Linux,Darwin stable gmp/5.1.1
3.1.3 Linux,Darwin stable gmp/6.0.0
3.1.4 Linux,Darwin stable gmp/6.1.0

View File

@@ -1 +0,0 @@
gmp/5.1.1

View File

@@ -1 +0,0 @@
gmp/6.0.0

View File

@@ -3,6 +3,9 @@
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--with-pic=yes \
--disable-shared \
--disable-jpeg \
|| exit 1
}

View File

@@ -1,15 +1,13 @@
#%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>"
module-whatis "set of C functions that support the manipulation of TIFF image files."
module-url "http://www.remotesensing.org/libtiff/"
module-license "BSD-like, see: http://libtiff.org/misc.html"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
set help "
module-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)