vincefn / pyvkfft

Python interface to VkFFT
MIT License
51 stars 6 forks source link

Add conda installation instructions to readme #22

Closed isuruf closed 1 year ago

vincefn commented 1 year ago

Wow, super ! Thanks a lot for this, I had not seen you added pyvkfft to conda-forge. I thought about it but I did not know where to begin with all the OS/python/compiler version combinations.. I see there are now 64 builds in total, ouch !

My next big concern will be python 3.12 support, which will need a large rewrite of the setup.py due to the use of distutils.

isuruf commented 1 year ago

Added it to conda-forge so that it is easier for me to install on our CI. :smile:

For 3.12, you can keep using distutils which is shipped by setuptools. (distutils is not shipped by python by default) I don't think that would go away soon.