TopoToolbox / pytopotoolbox

Python interface to TopoToolbox
https://topotoolbox.github.io/pytopotoolbox/
GNU General Public License v3.0
1 stars 3 forks source link

Verify Mac functionality #26

Open Teschl opened 4 months ago

Teschl commented 4 months ago

Verify that the package can be installed and build on mac.

wkearn commented 4 months ago

The easiest way to make sure stuff works across operating systems is to run a CI job through GitHub Actions, which can run on Linux, Windows and Mac. We've got one for libtopotoolbox, but I'll set one up for pytopotoolbox.

wkearn commented 3 months ago

Everything works on Mac on CI.

I guess we still need to update the installation instructions. I think they are probably more or less identical to the Linux ones. I do have access to a relatively old Mac at home that I can check things on.