Conversation
|
UDA build is failing, seems to target an old macOS version. Checking... |
|
The issue here is that capnp is not standalone, it uses libs that are installed by brew. I have to change the CI /cmake to ensure that capnp is standalone so the the wheel can include it without pointing to libs outside the wheel. |
|
@paulotex can we focus this PR on expanding the matrix for MacOS up to Python 3.14 and verify that the wheel works well when there is no local brew install of hdf5? @adam-parker1 may be helping testing the wheel We can add UDA support in a subsequent PR |
|
https://github.com/iterorganization/IMAS-Core/actions/runs/21757616815/job/62772211683?pr=23#step:7:1255 it seems to pick HDF5 2.0 instead of 1.14 in previous passing build. Could you check @prasad-sawantdesai? |
Improving the macOS ARM version: