Deactivated
Deactivated
I wondered as much... I guess close this?
+1 on this. I am a Spack user and would like this to work :) Interestingly in one of my spack environments `python -m build` seems to work and I...
I was able to work around this mostly by running: ```console CFLAGS=$(pkg-config --cflags --libs igraph) pip install . ``` However this has the potential side effect of still allowing the...
> Try using --global-option instead of --install-option and let us know if that worked. Same problem.
Just for your information I am making a package for [Spack](https://spack.io/). My only suggestion would be to support an environment variable as an alternative to any flags you want to...
And I guess as a general wish, flags that turn off all "guessing" on the part of the build script is really great for packagers :) I do understand the...
I will test it today
My initial test is failing, and is not finding the libraries. I will do some more debugging as time allows.
Actually the problem is on my end, but leads to another question on version compatibility between python-igraph and igraph itself. Is there any compatibility matrix anywhere?
Okay I can confirm that the new option works, but I would appreciate an answer to the compatibility matrix for writing my packaging recipe. Before I was just using the...