openkim / kliff

KIM-based Learning-Integrated Fitting Framework for interatomic potentials.
https://kliff.readthedocs.io
GNU Lesser General Public License v2.1
34 stars 20 forks source link

libdescriptor not available for macOS #168

Open mjwen opened 5 months ago

mjwen commented 5 months ago

Adding libdescritpor as a dependence causes CI test to fail, because it is not available for macOS for now. See https://github.com/openkim/kliff/actions/runs/8026351667

This is mainly because neither wheel or source is available for macOS.

Waiting for https://github.com/openkim/libdescriptor/issues/4

mjwen commented 5 months ago

Based on https://github.com/openkim/libdescriptor/issues/4, installing libdescriptor on Mac can be tricky. So for now, the best way to move forward is to disable testing on macOS in the CI. Once @ipcamit figured that out. We will re-enable testing on macOS.