Merge branch 'master' of gitlab.psi.ch:Pmodules/buildblocks

This commit is contained in:
2018-02-01 11:32:14 +01:00
5 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ hdf5_serial/1.10.1 stable gcc/4.9.4
hdf5_serial/1.10.1 stable gcc/5.4.0
hdf5_serial/1.10.1 stable gcc/6.3.0
hdf5_serial/1.10.1 stable gcc/7.2.0
hdf5_serial/1.10.1 stable gcc/7.3.0
hdf5_serial/1.10.1 unstable intel/17.1
hdf5_serial/1.10.1 stable intel/17.4

View File

@@ -0,0 +1,2 @@
openmpi/3.0.0 stable gcc/7.2.0
openmpi/3.0.0 stable gcc/7.3.0

View File

@@ -2,3 +2,4 @@ mpc/1.0.2 stable b:gmp/5.1.1 b:mpfr/3.1.2
mpc/1.0.3 stable b:gmp/6.1.0 b:mpfr/3.1.4
mpc/1.0.3-1 stable b:gmp/6.1.1 b:mpfr/3.1.4
mpc/1.0.3-2 stable b:gmp/6.1.2 b:mpfr/3.1.5
mpc/1.1.0 stable b:gmp/6.1.2 b:mpfr/4.0.0

View File

@@ -1,2 +1,3 @@
gcc/7.1.0 stable b:gmp/6.1.2 b:mpfr/3.1.5 b:mpc/1.0.3
gcc/7.2.0 stable b:gmp/6.1.2 b:mpfr/3.1.5 b:mpc/1.0.3-2
gcc/7.3.0 stable b:gmp/6.1.2 b:mpfr/4.0.0 b:mpc/1.1.0

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env modbuild
SOURCE_URL="https://ftp.gnu.org/gnu/gcc/$P-$V/$P-$V.tar.bz2"
SOURCE_URL="https://ftp.gnu.org/gnu/gcc/$P-$V/$P-$V.tar.gz"
pbuild::patch_sources_Darwin() {
if (( V_MAJOR == 4 && V_MINOR <= 8 )) || \