Conversation
|
The failing tests in this PR from toast + spt3g have been fixed upstream. Hopefully will merge, tag, and update this PR tomorrow. |
- Update versions of so3g, toast, and sotodlib - Get pixell from the conda-forge package by default
… libopenblas+openmp libgfortran incompatibility.
|
Ok, I think this PR is ready. The Linux tests all pass as well as the MacOS x86-64 ones: https://github.com/simonsobs/soconda/actions/runs/16150455844 The "binary" config for MacOS arm64 works except for a single sotodlib unit test failure, which I'll open an issue about. I don't think we should let that hold up a new software stack for all the centers though. For the MacOS arm64 "default" config (which builds packages from source), the pixell build dies with a libgfortran compatibility issue. It seems that the conda compiler (gfortran) is using libgfortran=15 while the libopenblas-openmp dependency requires the older libgfortran=5. Not sure if this is the same issue as the upstream conda package. Again, I don't think this should hold up our release on Linux. |
Co-authored-by: Ioannis Paraskevakos <iparask@princeton.edu>
Update versions of so3g, toast, and sotodlib
Get pixell from the conda-forge package by default