chore: meta.yaml to accommodate numpy-base or numpy#105
chore: meta.yaml to accommodate numpy-base or numpy#105jharlow-intel wants to merge 2 commits intomasterfrom
Conversation
|
@jharlow-intel For a fallback, it's clear what purpose it might serve, but I'm not sure I follow the issue with the wheels. |
For wheels, the ecosystem itself does not support non-root system packages(this is a big reason why conda was created in the first place, to make isolated environments that don't pollute system paths), so we pretty much have to continue ensuring we use Intel numpy for wheels in the meantime until we make some kind of workaround for that. Maybe I'm misunderstanding what we can here, though |
|
Debugging this so converting to draft |
2f7a739 to
d18d276
Compare
|
wheels builds are going to act a little funny because the jenkins CI logic isn't merged yet, but new CI logic was tested manually, this PR works. |
adds USE_NUMPY_BASE toggle that defaults to true for internal meta.yaml
Plan is the recipe can support either or in the near-future.
Tried to be helpful and bump the version number, too