When I clone ase2sprkkr package
git clone ase2sprkkr
cd ase2sprkkr
git checkout 047223aedc0e06ba678ae93c8368572a13ab38fe
and install it using
pip install --no-deps .
using scikit-build-core version 0.12.1, there are many missing files in the resulting installed package (in site_packages), e.g.
the whole subpackages
ase2sprkkr.ase
ase2sprkkr.common.grammar_types
ase2sprkkr.bindings.nomad
or e.g. half of the examples from
ase2sprkkr.examples
If I pin the build backend to 0.11.5, the package is installed correctly.
There is no apparent reason, why some of the directories are excluded and some of them not.
When I clone ase2sprkkr package
and install it using
pip install --no-deps .using scikit-build-core version 0.12.1, there are many missing files in the resulting installed package (in site_packages), e.g.
the whole subpackages
or e.g. half of the examples from
ase2sprkkr.examplesIf I pin the build backend to 0.11.5, the package is installed correctly.
There is no apparent reason, why some of the directories are excluded and some of them not.