Elliot Cameron

Results 3 comments of Elliot Cameron

`libraries` [*should* be comma-separated](https://github.com/numpy/numpy/blob/7fc72776b972bfbfdb909e4b15feb0308cf8adba/site.cfg.example#L19C1-L24). But the linker is being invoked as if the comma-separated list is one file. This parsing diverges from numpy, which seems like a bug.

If your `mkl` build has the pkg-config `.pc` files, MKL can be configured simply by passing the following to `pip {wheel,install}`. ``` --config-settings=setup-args=-Dblas=mkl-dynamic-lp64-seq --config-settings=setup-args=-Dlapack=mkl-dynamic-lp64-seq ``` (Note that this requires pip...

I was able to reproduce this with `python-iptables` 1.2.0 as well.