File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ function do_build_lib {
133133 ;;
134134 Darwin-arm64)
135135 local bitness=64
136- # https://github.com/xianyi/OpenBLAS/issues/3659
137- local target_flags=" TARGET=VORTEX NO_EXPRECISION=1"
136+ local target_flags=" TARGET=VORTEX"
138137 ;;
139138 * -s390x)
140139 local bitness=64
@@ -164,7 +163,7 @@ function do_build_lib {
164163 git config --global --add safe.directory ' *'
165164 (cd OpenBLAS \
166165 && patch_source \
167- && CFLAGS=" -fvisibility=protected" make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
166+ && CFLAGS=" $CFLAGS -fvisibility=protected" make BUFFERSIZE=20 DYNAMIC_ARCH=1 USE_OPENMP=0 NUM_THREADS=64 BINARY=$bitness $interface64_flags $target_flags > /dev/null \
168167 && make PREFIX=$BUILD_PREFIX $interface64_flags install )
169168 stop_spinner
170169 local version=$( cd OpenBLAS && git describe --tags --abbrev=8)
You can’t perform that action at this time.
0 commit comments