Skip to content

Commit b9aefee

Browse files
committed
Try fix for Mac / ARM64 build failure
See: OpenMathLib/OpenBLAS#3659
1 parent 461ce17 commit b9aefee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-ci/build_steps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ function do_build_lib {
133133
;;
134134
Darwin-arm64)
135135
local bitness=64
136-
local target_flags="TARGET=VORTEX"
136+
# https://github.com/xianyi/OpenBLAS/issues/3659
137+
local target_flags="TARGET=VORTEX NO_EXPRECISION=1"
137138
;;
138139
*-s390x)
139140
local bitness=64

0 commit comments

Comments
 (0)