gap-actions / setup-gap

Other
1 stars 5 forks source link

Add support for building on macOS #17

Closed fingolfin closed 3 years ago

fingolfin commented 3 years ago

It would be great to be able to use this action on macOS. That shouldn't be too hard: detect the target OS and then use brew install gmp readline zlib && brew link readline zlib instead of apt-get install. I think that should be most of it. Perhaps a few minor things (e.g. installing curl or wget).

wilfwilson commented 3 years ago

Note that brew link readline isn't sufficient for getting GAP (and probably packages) to see readline; see https://github.com/gap-system/gap/pull/4378 for example.