Unverified Commit 982af728 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Merge pull request #112 from radarhere/typos

Fixed typos
parents df67fdc9 0c6916cf
# 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