File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ source ${ROOT_DIR}/gfortran-install/gfortran_utils.sh
99
1010MB_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-
1912function 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"
You can’t perform that action at this time.
0 commit comments