Skip to content

Commit 4a09007

Browse files
committed
verbose
1 parent 34f3564 commit 4a09007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-ci/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function do_build_lib {
132132
set -x
133133
(cd OpenBLAS \
134134
&& patch_source \
135-
&& make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
135+
&& make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags \
136136
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
137137
stop_spinner
138138
local version=$(cd OpenBLAS && git describe --tags --abbrev=8)

0 commit comments

Comments
 (0)