You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to configure PETSc (version 3.18.6 or 3.19) on macOS Sonoma (intel), I encountered an error related to linking Fortran libraries. The error message indicates that Fortran libraries cannot be used with C as the linker. I am using Apple Clang version 15.0.0 for C compilation and GNU Fortran (Homebrew GCC 13.2.0) version 13.2.0 for Fortran.
The following issue addresses this situation: https://gitlab.com/petsc/petsc/-/issues/1500#note_1658121055 (xcode-15 removed some ld options - compatible fixes for this are in petsc-3.20 [so 3.18, 3.19 are unlikely to compile/work with xcode-15]).
When I tried Petsc 3.20 it worked, is there any plan to update packages for 3.20?
Thanks.
The text was updated successfully, but these errors were encountered:
When attempting to configure PETSc (version 3.18.6 or 3.19) on macOS Sonoma (intel), I encountered an error related to linking Fortran libraries. The error message indicates that Fortran libraries cannot be used with C as the linker. I am using Apple Clang version 15.0.0 for C compilation and GNU Fortran (Homebrew GCC 13.2.0) version 13.2.0 for Fortran.
The following issue addresses this situation: https://gitlab.com/petsc/petsc/-/issues/1500#note_1658121055 (xcode-15 removed some ld options - compatible fixes for this are in petsc-3.20 [so 3.18, 3.19 are unlikely to compile/work with xcode-15]).
When I tried Petsc 3.20 it worked, is there any plan to update packages for 3.20?
Thanks.
The text was updated successfully, but these errors were encountered: