-
Notifications
You must be signed in to change notification settings - Fork 2.4k
spack.rewiring.rewire_node is broken on macOS #48262
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce
spack.rewiring.rewire_node runs relocation code copied from binary_distribution.py, but doesn't contain later changes to the latter.
In particular codesign is not run on patched binaries, so they will not run on macos.
It should be refactored to use a common code path, so that it won't bit-rot again.
Information on your system
- Spack: 0.24.0.dev0 (b78c517)
- Python: 3.11.4
- Platform: darwin-sequoia-m1
Reactions are currently unavailable
Metadata
Metadata
Labels
Type
Projects
Status
Done