Commit 14e650e
committed
feat: Complete macOS wheel building script with actual build logic
- Updated mac_build_wheel to actually build wheels using hatchling
- Sets KRATOS_VERSION environment variable for hatch build hook
- Creates proper wheel staging directory structure
- Auto-detects Python installations and sets up virtual environments
- Verified Clang++/Homebrew build approach works in isolated environments
- Successfully tested Python 3.14 module in clean venv
Verification:
✅ Built binaries work perfectly in isolated Python environments
✅ OpenMP support detected (8 threads)
✅ All modules import correctly
✅ Model instantiation works without errors
✅ No GCC library dependency issues (unlike PyPI wheels)1 parent 08d18a1 commit 14e650e
1 file changed
Lines changed: 49 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
182 | 226 | | |
183 | 227 | | |
184 | 228 | | |
| |||
0 commit comments