PolyChord / PolyChordLite

Public version of PolyChord: See polychord.co.uk for PolyChordPro
https://polychord.io/
Other
83 stars 26 forks source link

Installing polychord on Github Actions on macos #78

Closed steven-murray closed 5 months ago

steven-murray commented 2 years ago

Hi, I'd like to run CI on my application that depends on polychord on both macos and linux. The linux version is installing fine, but I can't seem to get the macos version to install at all. It keeps trying to use f77 as the fortran compiler, and I don't understand why. Have you been able to get it to install on macos on Github Actions?

williamjameshandley commented 2 years ago

This is hopefully something which will be fixed with the cmake #76 build, which generally makes os install substantially easier. Feel free to test out that branch/contribute to that PR if you find that it needs adjustment.