Open cthoyt opened 5 years ago
I'd be happy to give some instructions on how to do this if you'd like help
The help would be really well appreciated. One of the issues we have is that we depend on OpenBLAS or BLAS availability during compile and execution time. Currently, we have hard-coded paths and checks (in setup.py
when doing the Cython compilation).
If you know how to do it in a general way using PyPI, it would be really great for us!
It would be useful to upload this package to PyPI so other packages can list it as a requirement. In the meantime, ss of PEP 509 (I think) you can also add
macau @ git+https://github.com/jaak-s/macau.git
to a requirements.txt, setup.py, or setup.cfg to get around this