Unverified Commit 42fdd0c8 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Merge pull request #133 from matthew-brett/source-configure

Library Builders: source configure_build
parents b5c090cb c86570ce
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}") MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
source $MULTIBUILD_DIR/common_utils.sh source $MULTIBUILD_DIR/common_utils.sh
# Only source configure_build once
if [ -n "$CONFIGURE_BUILD_SOURCED" ]; then
return
fi
CONFIGURE_BUILD_SOURCED=1
PLAT="${PLAT:x86_64}" PLAT="${PLAT:x86_64}"
BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}" BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}") MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
source $MULTIBUILD_DIR/_gfortran_utils.sh source $MULTIBUILD_DIR/_gfortran_utils.sh
source $MULTIBUILD_DIR/configure_build.sh
# For OpenBLAS # For OpenBLAS
GF_LIB_URL="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com" GF_LIB_URL="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment