cotengra icon indicating copy to clipboard operation
cotengra copied to clipboard

Instructions for building the rust lib

Open bnavigator opened this issue 11 months ago • 2 comments

I noticed the Cargo.toml and src/lib.rs in the repository.

I am able to build a wheel with it by changing the build-backend from setuptools to maturin and changing the version in Cargo.toml

Any reasons why I can't find instructions on it and you don't publish an optimized version on pypi or conda-forge?

bnavigator avatar Feb 27 '24 20:02 bnavigator

Hi @bnavigator, there are no reasons other than lack of time and bandwidth! Ideally the optimized versions would go into e.g. https://github.com/jcmgray/cotengrust as additional accelerated drop ins, keeping development of cotengra as a simple pure python package.

jcmgray avatar Feb 27 '24 21:02 jcmgray

Okay, I will ignore the rust files in this repo then :)

bnavigator avatar Feb 27 '24 21:02 bnavigator