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 34f3564 commit 4a09007Copy full SHA for 4a09007
travis-ci/build_steps.sh
@@ -132,7 +132,7 @@ function do_build_lib {
132
set -x
133
(cd OpenBLAS \
134
&& patch_source \
135
- && make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
+ && make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags \
136
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
137
stop_spinner
138
local version=$(cd OpenBLAS && git describe --tags --abbrev=8)
0 commit comments