We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdedc2 commit e45008eCopy full SHA for e45008e
2 files changed
.github/workflows/release.yml
@@ -32,6 +32,7 @@ env:
32
SCOTCH_VERSION: "v7.0.9"
33
NLOPT_VERSION: "v2.10.0"
34
CUDA_REDIST_VERSION: "13.2.51"
35
+ METALCPP_VERSION: "macOS14.2_iOS17.2"
36
concurrency:
37
group: release-${{ github.ref }}
38
cancel-in-progress: true
build.sh
@@ -830,6 +830,11 @@ cd ../../
830
831
install_cuda_bundle
832
833
+if [ "$OS" = "osx-arm64" ]; then
834
+ wget "https://developer.apple.com/metal/cpp/files/metal-cpp_${METALCPP_VERSION}.zip" -O metalcpp.zip
835
+ unzip metalcpp.zip -d "${INSTALL_PREFIX}"
836
+fi
837
+
838
ccache --show-stats
839
840
mkdir artefacts
0 commit comments