conflicts merged
This commit is contained in:
@@ -1 +1 @@
|
||||
5.1.1 stable
|
||||
gmp/5.1.1 stable
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
6.0.0 stable
|
||||
6.1.0 stable
|
||||
gmp/6.0.0 stable
|
||||
gmp/6.1.0 stable
|
||||
gmp/6.1.1 stable
|
||||
|
||||
@@ -8,15 +8,18 @@ pbuild::configure() {
|
||||
FC=$MPIFC
|
||||
FORTRAN=$MPIFORTRAN
|
||||
|
||||
local conf=''
|
||||
conf+=' --enable-shared'
|
||||
conf+=' --enable-parallel'
|
||||
conf+=' --enable-cxx'
|
||||
conf+=' --enable-fortran'
|
||||
conf+=' --enable-unsupported'
|
||||
#conf+=' --enable-threadsafe'
|
||||
conf+=' --with-pic'
|
||||
|
||||
"${MODULE_SRCDIR}"/configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--enable-shared \
|
||||
--enable-parallel \
|
||||
--enable-cxx \
|
||||
--enable-fortran \
|
||||
--enable-unsupported \
|
||||
--enable-threadsafe \
|
||||
--with-pic \
|
||||
${conf} \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
gcc/5.1.0 deprecated b:gmp/5.1.1 b:mpfr/3.1.2 b:mpc/1.0.2
|
||||
gcc/5.2.0 deprecated b:gmp/6.0.0 b:mpfr/3.1.3 b:mpc/1.0.3
|
||||
gcc/5.3.0 stable b:gmp/6.0.0 b:mpfr/3.1.3 b:mpc/1.0.3
|
||||
gcc/5.4.0 unstable b:gmp/6.1.0 b:mpfr/3.1.4 b:mpc/1.0.3
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ pbuild::configure() {
|
||||
--with-mpc="${MPC_PREFIX}" \
|
||||
--enable-lto \
|
||||
--disable-multilib \
|
||||
--with-build-config=bootstrap-debug \
|
||||
--with-pkgversion="PSI Environment Module" \
|
||||
--with-build-config=bootstrap-debug \
|
||||
|| exit 1
|
||||
|
||||
@@ -6,7 +6,7 @@ declare variants=$2
|
||||
declare -r OS=$(uname -s)
|
||||
|
||||
# File format example
|
||||
# 1.10.2 unstable gcc/4.8.5
|
||||
# openmpi/1.10.2 unstable gcc/4.8.5
|
||||
declare -a toks=()
|
||||
declare version=''
|
||||
declare release=''
|
||||
@@ -22,7 +22,7 @@ while read -a toks; do
|
||||
|
||||
"${buildblock}" "${module#*/}" --release=${release} "${dependencies[@]/#/--with=}"
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "Failed building: ${version} --release=${release} ${dependencies[@]/#/--with=}" 1>&2
|
||||
echo "Failed building: ${module} --release=${release} ${dependencies[@]/#/--with=}" 1>&2
|
||||
exit 42
|
||||
fi
|
||||
done < "${variants}"
|
||||
|
||||
Reference in New Issue
Block a user