Open ashkanull opened 3 years ago
Any news on this? I've got the issue as well, could not figure out how to fix this.
Unfortunately the setup.py for the project looks quite difficult to enable for building (and then linking as the error you are seeing) an avx2/avx512 version of the static library as it uses a custom build process. You can do a bit of a hack and modify the Makefile like so and it builds though.
In the $(LIBRARY) target in minipnpc's Makefile for the non-darwin case add two copies that do:
cp $@ $@.avx2
cp $@ $@.avx512
And it should be able to build and install.
studio@studio~ $ pip3.10 install miniupnpc