Commit b6c5ba6
Fix macOS wheel bundling by setting DYLD_LIBRARY_PATH for delocate
The delocate-wheel command was failing to find QUIP shared libraries
because DYLD_LIBRARY_PATH wasn't set. This caused the fallback to
copy the wheel as-is, resulting in broken wheels that couldn't find
liblibAtoms.dylib and other QUIP libraries at runtime.
Fix by:
- Setting QUIP_LIB_PATH environment variable with paths to QUIP libraries
- Using DYLD_LIBRARY_PATH in the repair command so delocate can find them
- Removing the fallback that produced broken wheels
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e09d3eb commit b6c5ba6
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
120 | 122 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 123 | + | |
| 124 | + | |
124 | 125 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments