MacPython / openblas-libs

BSD 2-Clause "Simplified" License
9 stars 13 forks source link

On windows, the paths must use '/' not '\' #137

Closed mattip closed 9 months ago

mattip commented 9 months ago

The pkg-config from choclatey does not handle '\' in the substitution strings, so replace '\' with '/' in both these lines https://github.com/MacPython/openblas-libs/blob/6f32deb0c98655d682c92e95fc34679aee68d266/local/scipy_openblas64/__init__.py#L75-L76

then it can be removed from the spin command in NumPy here

mattip commented 9 months ago

Closed by #138