-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(par): PETSc Fortran API has changed in v3.22.0 (#2030)
* - changes in PETSc API v3.22.0 * - need value array instead * - add tmate * - revert this * - explicit declarations for arrays * - pin petsc for macOS to v3.21 * - same for extended * - bump up to macos-14 * - set petsc back to release * - try brew * - move parallel and extended to macos-13 - restore local build for petsc on macos * - add ldflags workaround for parallel macos * don't reinstall brew or gcc 13 * add ldflags workaround for extended macos * - now try again with petsc release for mac * - petsc set to 3.21 for macos - deactivate petsc debug builds on linux --------- Co-authored-by: wpbonelli <[email protected]>
- Loading branch information
1 parent
0c46781
commit e2d9eaa
Showing
4 changed files
with
46 additions
and
9 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