Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
d2a10c47
Commit
d2a10c47
authored
Aug 21, 2021
by
Andrew Murray
Browse files
Updated default manylinux version to 2014
parent
13a01725
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
configure_build.sh
configure_build.sh
+1
-1
library_builders.sh
library_builders.sh
+1
-1
travis_linux_steps.sh
travis_linux_steps.sh
+1
-1
No files found.
configure_build.sh
View file @
d2a10c47
...
@@ -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
...
...
library_builders.sh
View file @
d2a10c47
...
@@ -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
...
...
travis_linux_steps.sh
View file @
d2a10c47
...
@@ -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]
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment