Scalapack adds bad paths#32846
Closed
lindsayad wants to merge 3 commits intoidaholab:nextfrom
Closed
Conversation
… petsc recipe The conda scalapack package's scalapack-targets.cmake embeds absolute CI build-machine paths (/opt/civet0/...) and GCC emulated-TLS libs (-lemutls_w, -lheapt_w) in INTERFACE_LINK_LIBRARIES. These propagate through MUMPS into MFEM's link libraries, causing fatal link errors on macOS Apple Silicon. Extend the existing Darwin GCC-stripping block to also cover scalapack-targets.cmake: add it to the existing sed for -lemutls_w/-lheapt_w/ -lgcc_s.1, and add a second sed to strip the -Wl,-rpath and -L flags pointing at /opt/civet0 (which don't appear in the PETSc files and so weren't handled before). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3652751 to
07cb284
Compare
Contributor
|
Job Precheck, step Versioner verify on 07cb284 wanted to post the following: Versioner templatesFound 11 templates, 0 failed Versioner influential filesFound 53 influential files, 5 changed, 0 added, 0 removed
Versioner versionsFound 10 packages, 3 changed, 0 failed
|
Member
Author
|
Merging with #32757 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #32845