MacOS CI tests fail #2515
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: High
Should be handled next
stale
Automatic marker for inactivity, please have another look here
T: External bug
Not an issue that can be solved here. (May need documentation, though)
The last successful NEST build on MacOS was #2136. The next matrix build and all subsequent failed [#2137(https://github.com/nest/nest-simulator/actions/runs/3296060754/jobs/5464998013)] because CMake cannot find OpenMP.
Comparing the logs, two changes seem to have taken place between the two runs:
It seems more likely that the version hike in libomp causes the problem. Unfortunately, there is no (easy) way to install libomp 14.0.6.
As a temporary remedy, I disable OpenMP for the MacOS runner. Once the problem is solved properly, that needs to be re-instated.
The text was updated successfully, but these errors were encountered: