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
Deduplicate rpath flags in libmesh_LIBS and libmesh_LDFLAGS to suppress macOS linker warnings
libmesh-config --libs embeds -rpath entries from each bundled dependency
(libmesh, timpi, petsc) that share an installation prefix, producing
duplicate -rpath flags that Apple ld warns about on macOS/Apple Silicon.
Refs idaholab#31412
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments