Commit d2a10c47 authored by Andrew Murray's avatar Andrew Murray
Browse files

Updated default manylinux version to 2014

parent 13a01725
...@@ -10,7 +10,7 @@ fi ...@@ -10,7 +10,7 @@ fi
CONFIGURE_BUILD_SOURCED=1 CONFIGURE_BUILD_SOURCED=1
BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}" BUILD_PREFIX="${BUILD_PREFIX:-/usr/local}"
MB_ML_VER=${MB_ML_VER:-1} MB_ML_VER=${MB_ML_VER:-2014}
# IS_MACOS is defined in common_utils.sh # IS_MACOS is defined in common_utils.sh
if [ -n "$IS_MACOS" ]; then if [ -n "$IS_MACOS" ]; then
......
...@@ -99,7 +99,7 @@ function openblas_get { ...@@ -99,7 +99,7 @@ function openblas_get {
# qual could be 64 to get a 64-bit version # qual could be 64 to get a 64-bit version
local qual=$2 local qual=$2
local prefix=openblas${qual}-v$OPENBLAS_VERSION local prefix=openblas${qual}-v$OPENBLAS_VERSION
local manylinux=manylinux${MB_ML_VER:-1} local manylinux=manylinux${MB_ML_VER:-2014}
local fname="$prefix-${manylinux}_${plat}.tar.gz" local fname="$prefix-${manylinux}_${plat}.tar.gz"
local out_fname="${ARCHIVE_SDIR}/$fname" local out_fname="${ARCHIVE_SDIR}/$fname"
if [ ! -e "$out_fname" ]; then if [ ! -e "$out_fname" ]; then
......
...@@ -14,7 +14,7 @@ set -e ...@@ -14,7 +14,7 @@ set -e
# Default Manylinux version # Default Manylinux version
# Warning: ignored if DOCKER_IMAGE variable is set. # Warning: ignored if DOCKER_IMAGE variable is set.
# See build_multilinux function. # See build_multilinux function.
MB_ML_VER=${MB_ML_VER:-1} MB_ML_VER=${MB_ML_VER:-2014}
# Get our own location on this filesystem # Get our own location on this filesystem
MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}") MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
......
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