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 6313089 commit 5675774Copy full SHA for 5675774
tools/build_steps.sh
@@ -170,14 +170,15 @@ function do_build_lib {
170
echo "Building with settings: plat:'$plat' suffix:'$suffix' interface64:'$interface64'"
171
echo " interface_flags:'$interface_flags'"
172
echo " target_flags:'$target_flags'"
173
- exit -1
174
mkdir -p libs
175
start_spinner
176
set -x
+ echo git config
177
git config --global --add safe.directory '*'
178
pushd OpenBLAS
179
patch_source
180
echo start building
181
+ exit -1
182
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
183
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
184
USE_OPENMP=0 NUM_THREADS=64 \
0 commit comments