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 5675774 commit 5ee0acaCopy full SHA for 5ee0aca
tools/build_steps.sh
@@ -178,11 +178,10 @@ function do_build_lib {
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 \
185
- BINARY=$bitness $interface_flags $target_flags shared > /dev/null
+ BINARY=$bitness $interface_flags $target_flags shared
186
echo done building, now testing
187
188
0 commit comments