Skip to content

Commit

Permalink
update mac openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed May 25, 2024
1 parent 1d567ba commit 40a2a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/cibw_before_build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ if [[ $PLATFORM == "macosx-arm64" ]]; then
# we want to force a dynamic linking
sudo rm /opt/arm64-builds/lib/*.a

sudo cp -r /opt/arm64-builds/lib/* /usr/local/lib
sudo cp /opt/arm64-builds/include/* /usr/local/include

curl -L https://github.com/fxcoudert/gfortran-for-macOS/releases/download/12.1-monterey/gfortran-ARM-12.1-Monterey.dmg -o gfortran.dmg
GFORTRAN_SHA256=$(shasum -a 256 gfortran.dmg)
KNOWN_SHA256="e2e32f491303a00092921baebac7ffb7ae98de4ca82ebbe9e6a866dd8501acdf gfortran.dmg"
Expand Down

0 comments on commit 40a2a55

Please sign in to comment.