Skip to content

Commit 5bae1d5

Browse files
committed
update multibuild to latest master
1 parent bd4afeb commit 5bae1d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tools/build_steps.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function build_lib {
9797
# Make directory to store built archive
9898
if [ -n "$IS_OSX" ]; then
9999
# Do build, add gfortran hash to end of name
100-
wrap_wheel_builder do_build_lib "$plat" "gf_${GFORTRAN_SHA:0:7}" "$interface64" "$nightly"
100+
do_build_lib "$plat" "gf_${GFORTRAN_SHA:0:7}" "$interface64" "$nightly"
101101
return
102102
fi
103103
# Manylinux wrapper
@@ -166,7 +166,8 @@ function do_build_lib {
166166
Darwin-arm64)
167167
local bitness=64
168168
local target="VORTEX"
169-
CFLAGS="$CFLAGS -ftrapping-math"
169+
CFLAGS="$CFLAGS -ftrapping-math -mmacosx-version-min=11.0"
170+
MACOSX_DEPLOYMENT_TARGET="11.0"
170171
;;
171172
*-s390x)
172173
local bitness=64

0 commit comments

Comments
 (0)