From 8f661076d4555f8349e06cf62c24f865b28e4570 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 20 Nov 2017 17:36:05 +0100 Subject: [PATCH] MPI/OPAL/build - SOURCE_URL added --- MPI/OPAL/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MPI/OPAL/build b/MPI/OPAL/build index a569054..3ba06d5 100755 --- a/MPI/OPAL/build +++ b/MPI/OPAL/build @@ -1,5 +1,7 @@ #!/usr/bin/env modbuild +SOURCE_URL='http://amas.web.psi.ch/Downloads/OPAL/OPAL-1.6.0rc6.tar.bz2' + config_args=() case ${OS} in @@ -15,7 +17,7 @@ esac pbuild::configure() { cmake \ -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ - -DCMAKE_BUILD_TYPE=RELEASE \ + -DCMAKE_BUILD_TYPE=Release \ -DENABLE_SAAMG_SOLVER=TRUE \ "${config_args[@]}" \ "${MODULE_SRCDIR}"