-
Notifications
You must be signed in to change notification settings - Fork 4
CMake cannot find fortran after restoring from the cache #10
Comments
I ran it again printing the CMake logs afterwards: https://github.com/sanguinariojoe/MoorDyn/actions/runs/3302867330/jobs/5450148949 |
@sanguinariojoe I verified this still occurs despite I wonder if using a different CMake version might make any difference. There seem to be similar issues reported elsewhere with CMake detecting |
Just for the record, I printed all the env vars with and without cache, and everything looks the same. I will further investigate... |
Maybe some tentative progress here. Adding some options allows the CMAKE setup step to pass even after cache restore:
|
possibly relevant: https://groups.google.com/g/comp.lang.fortran/c/Jna-QAHCOpk |
|
The ninja trick seemed to work fine. Now it is using intel compiler for everything, but I suppose that is not really a problem |
See https://github.com/sanguinariojoe/MoorDyn/actions/runs/3302454942/jobs/5449849001
It works just fine when installing from scratch (https://github.com/sanguinariojoe/MoorDyn/actions/runs/3273534330/jobs/5385863752)
The text was updated successfully, but these errors were encountered: