"wrappers/vscode:/vscode.git/clone" did not exist on "4111024b94e2dce8d6bd4459413e627d2b3eb498"
Commit 0c6916cf authored by Andrew Murray's avatar Andrew Murray
Browse files

Fixed typos

parent df67fdc9
# Find, load common utilties # Find, load common utilities
# Defines IS_OSX, fetch_unpack # Defines IS_OSX, fetch_unpack
MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}") MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
source $MULTIBUILD_DIR/common_utils.sh source $MULTIBUILD_DIR/common_utils.sh
...@@ -8,7 +8,7 @@ source $MULTIBUILD_DIR/_gfortran_utils.sh ...@@ -8,7 +8,7 @@ source $MULTIBUILD_DIR/_gfortran_utils.sh
PLAT="${PLAT:x86_64}" PLAT="${PLAT:x86_64}"
GF_LIB_URL="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com" GF_LIB_URL="https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com"
# Recipes for building some libaries # Recipes for building some libraries
OPENBLAS_VERSION="${OPENBLAS_VERSION:-0.2.18}" OPENBLAS_VERSION="${OPENBLAS_VERSION:-0.2.18}"
# We use system zlib by default - see build_new_zlib # We use system zlib by default - see build_new_zlib
ZLIB_VERSION="${ZLIB_VERSION:-1.2.10}" ZLIB_VERSION="${ZLIB_VERSION:-1.2.10}"
......
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