task: remove numpy-base toggle#318
Conversation
|
Do we still need the split recipes, now? Or can we consolidate it into 1 recipe again? @ndgrigorian @antonwolfy |
There was a problem hiding this comment.
Pull request overview
This PR simplifies the Intel-channel conda recipe by removing the USE_NUMPY_BASE environment-variable toggle and standardizing the recipe to always depend on numpy, consistent with the expectation that internal CI no longer requires numpy-base.
Changes:
- Removed the Jinja2
USE_NUMPY_BASEtoggle logic fromconda-recipe/meta.yaml. - Standardized
ignore_run_exports,host, andrunrequirements to usenumpy(withnumpy >=1.26.4at runtime).
Do you mean to merge with cf reciepe? |
Yes |
There are still different build scripts. |
antonwolfy
left a comment
There was a problem hiding this comment.
Thank you @jharlow-intel
LGTM with small nit: please update the changelog
Internal CI should now build and test fine without this toggle