Closed Luthaf closed 1 year ago
Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping wheels.zip
and using pip
to install the file matching your system
What are the implications? End of "usage depends on order of installation" nightmare?
unfortunately no, we will have some order of install issues until we can make releases with stability guarantees.
libequistore.so was included in the wheel only to satisfy auditwheel, and never used by the code. This will mainly reduce the size of the downloaded wheels (and remove a potential footgun when someone tries to use rascaline without having equistore installed)
We are always using libequistore.so from the corresponding Python package, and I just learned about the
--exclude
flag toauditwheel repair
, which is intended for this exact use case.:books: Documentation preview :books:: https://rascaline--170.org.readthedocs.build/en/170/