macau icon indicating copy to clipboard operation
macau copied to clipboard

Upload to PyPI

Open cthoyt opened this issue 6 years ago • 2 comments

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

cthoyt avatar Jun 17 '19 09:06 cthoyt

I'd be happy to give some instructions on how to do this if you'd like help

cthoyt avatar Jun 17 '19 09:06 cthoyt

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!

jaak-s avatar Jun 17 '19 09:06 jaak-s