Skip to content

Commit b8d655a

Browse files
committed
debug
1 parent 01caeda commit b8d655a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

tools/build_steps.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
99

1010
MB_PYTHON_VERSION=3.9
1111

12-
function get_os3 {
13-
# Report OS as given by uname
14-
# Use any Python that comes to hand.
15-
python3 -c 'import platform; print(platform.uname()[0])'
16-
}
17-
18-
1912
function before_build {
2013
# Manylinux Python version set in build_lib
2114
if [ -n "$IS_OSX" ]; then
@@ -129,9 +122,9 @@ function do_build_lib {
129122
local interface64=$3
130123
local nightly=$4
131124
echo "Building with settings: '$plat' '$suffix' '$interface64'"
132-
echo get_os3 is $(get_os3)
125+
echo get_os is $(get_os)
133126
exit -1
134-
case $(get_os3)-$plat in
127+
case $(get_os)-$plat in
135128
Linux-x86_64)
136129
local bitness=64
137130
local target_flags="TARGET=PRESCOTT"

0 commit comments

Comments
 (0)