Skip to content

Commit e7dd37a

Browse files
committed
add BUFFERSIZE=20
1 parent 7657ca5 commit e7dd37a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build_openblas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ OPENBLAS_VERSION=$(git describe --tags)
6868
export LIBNAMESUFFIX=${OPENBLAS_VERSION}-${GCC_TAG}
6969
make BINARY=$BUILD_BITS DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
7070
NUM_THREADS=24 NO_WARMUP=1 NO_AFFINITY=1 CONSISTENT_FPCSR=1 \
71-
BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT \
71+
BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT BUFFERSIZE=20\
7272
COMMON_OPT="$cflags" \
7373
FCOMMON_OPT="$fflags" \
7474
MAX_STACK_ALLOC=2048 \

travis-ci/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function do_build_lib {
124124
set -x
125125
(cd OpenBLAS \
126126
&& patch_source \
127-
&& make DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
127+
&& make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
128128
&& make PREFIX=$BUILD_PREFIX $interface64_flags install )
129129
stop_spinner
130130
local version=$(cd OpenBLAS && git describe --tags --abbrev=8)

0 commit comments

Comments
 (0)