Exclude system mkl installs from numpy#10383
Conversation
…nt numpy from looking in system dirs; this is hacked in write now and needs some more finesse before merging
|
@scheibelp This PR breaks the What should we do? Open a numpy issue? Revert the PR? Only apply the PR for older versions of numpy? Remove the empty sections of |
|
@adamjstewart it looks like you have created an alternative solution to what was done here in #12170 (comment), specifically with
That's what this was going for, so it appears that at least for numpy 1.17.x and onward, the solution here is not required. It looks like |
Fixes #10361
When mkl isnt in the spec, still write an explicit mkl entry to prevent numpy from looking in system dirs; this is hacked in write now and needs some more finesse before merging