We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d655a commit 6313089Copy full SHA for 6313089
tools/build_steps.sh
@@ -121,9 +121,6 @@ function do_build_lib {
121
local suffix=$2
122
local interface64=$3
123
local nightly=$4
124
- echo "Building with settings: '$plat' '$suffix' '$interface64'"
125
- echo get_os is $(get_os)
126
- exit -1
127
case $(get_os)-$plat in
128
Linux-x86_64)
129
local bitness=64
@@ -170,6 +167,10 @@ function do_build_lib {
170
167
;;
171
168
esac
172
169
interface_flags="$interface_flags SYMBOLPREFIX=scipy_ LIBNAMEPREFIX=scipy_ FIXED_LIBNAME=1"
+ echo "Building with settings: plat:'$plat' suffix:'$suffix' interface64:'$interface64'"
+ echo " interface_flags:'$interface_flags'"
+ echo " target_flags:'$target_flags'"
173
+ exit -1
174
mkdir -p libs
175
start_spinner
176
set -x
0 commit comments