File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 QT_VERSION : " 6.10.2-msvc"
66 LIBSBML_VERSION : " v5.20.5"
77 LIBEXPAT_VERSION : " R_2_7_3"
8- SYMENGINE_VERSION : " add_cudacode_printer "
8+ SYMENGINE_VERSION : " add_metalcode_printer "
99 GMP_VERSION : " 6.3.0"
1010 MPFR_VERSION : " 4.2.1"
1111 MPIR_MSVC_VERSION : " f84ce09218b91d4c4fdf26e75093918c9fdb7046"
3232 SCOTCH_VERSION : " v7.0.9"
3333 NLOPT_VERSION : " v2.10.0"
3434 CUDA_REDIST_VERSION : " 13.2.51"
35+ METALCPP_VERSION : " macOS14.2_iOS17.2"
3536concurrency :
3637 group : release-${{ github.ref }}
3738 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -830,6 +830,11 @@ cd ../../
830830
831831install_cuda_bundle
832832
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+
833838ccache --show-stats
834839
835840mkdir artefacts
You can’t perform that action at this time.
0 commit comments