forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use wider-compatible LLVM-OpenMP, bundle
libgfortran
dylibs for mac…
…OS wheels (pybamm-team#4092) * Set `MACOSX_DEPLOYMENT_TARGET` for prerequisites * Remove previously set environment variables * Remove Homebrew libomp installations * Ignore `pybamm-requires` OpenMP downloads * Rework docs to add OpenMP instructions * Download LLVM-OpenMP on macOS * Remove unused compiler argument * Fix rpath for libomp dylib at wheel repair * Fix a failing link * Revert "Fix rpath for libomp dylib at wheel repair" This reverts commit 6fb8ef0. * Fix RPATHs for SuiteSparse and libomp * 11.1 for arm64 macOS and 11.0 for amd64 macOS * Set up Fortran compiler via GHA * Downgrade to gcc 12 * Try fix for macOS amd64 wheels first * Build on macos-13 image instead * Debug further, try building against 11.0 * And now build for macOS arm64 * Try building arm64 against 11.0 * Rename wheel from 11_1 to 11_0 * Cleanup and fix up commands * Rename wheel in dest dir instead * Cleanup plus references to SciPy license
- Loading branch information
1 parent
33d9ea7
commit becb1a4
Showing
7 changed files
with
210 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,3 +137,7 @@ results/ | |
|
||
# tests | ||
test_callback.log | ||
|
||
# openmp downloads | ||
install_KLU_Sundials/openmp-* | ||
install_KLU_Sundials/usr/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.