File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ OPENBLAS_VERSION=$(git describe --tags --abbrev=8)
97
97
make BINARY=$build_bits DYNAMIC_ARCH=1 USE_THREAD=1 USE_OPENMP=0 \
98
98
NUM_THREADS=24 NO_WARMUP=1 NO_AFFINITY=1 CONSISTENT_FPCSR=1 \
99
99
BUILD_LAPACK_DEPRECATED=1 TARGET=PRESCOTT BUFFERSIZE=20 \
100
- DYNAMIC_LIST=$dynamic_list \
100
+ DYNAMIC_LIST=" $dynamic_list " \
101
101
LDFLAGS=" $LDFLAGS " \
102
102
COMMON_OPT=" $cflags " \
103
103
FCOMMON_OPT=" $fflags " \
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ function do_build_lib {
176
176
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
177
177
USE_OPENMP=0 NUM_THREADS=64 \
178
178
BINARY=$bitness $interface_flags TARGET=$target \
179
- DYNAMIC_LIST=$dynamic_list > /dev/null
179
+ DYNAMIC_LIST=" $dynamic_list " > /dev/null
180
180
make PREFIX=$BUILD_PREFIX $interface_flags install
181
181
popd
182
182
stop_spinner
You can’t perform that action at this time.
0 commit comments