Merge branch 'master' of gitlab.psi.ch:Pmodules/buildblocks
This commit is contained in:
@@ -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
|
||||
|
||||
2
Compiler/openmpi/3.0/variants.Linux
Normal file
2
Compiler/openmpi/3.0/variants.Linux
Normal file
@@ -0,0 +1,2 @@
|
||||
openmpi/3.0.0 stable gcc/7.2.0
|
||||
openmpi/3.0.0 stable gcc/7.3.0
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 )) || \
|
||||
|
||||
Reference in New Issue
Block a user