Commit c688db4
committed
Skip Dakota macOS dylib post-processing to avoid install hang
Dakota 6.24's install_macos_libs.py walks the whole install tree spawning otool/install_name_tool per dependency and no longer finishes within CI's time limit. The pass only makes Dakota's own install tree relocatable, which is redundant for Carolina because delocate-wheel already bundles the wheel. Patch the script to a no-op.1 parent e17c293 commit c688db4
3 files changed
Lines changed: 16 additions & 0 deletions
File tree
- .github/workflows
- dakota_manylinux_install_files
- script
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
0 commit comments