Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for ArmPL variant builds #30

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Updates for ArmPL variant builds #30

wants to merge 6 commits into from

Conversation

pseudoyim
Copy link

@pseudoyim pseudoyim commented Oct 13, 2021

This PR includes several updates to build numpy with ArmPL:

  • Removes aarch_site.cfg and the code in install_base.sh that copied it into $PREFIX. The site.cfg should actually be provided by the BLAS package (in this case, armpl). Appropriate changes for that have been made in armpl-feedstock.
  • The recipe/patches/0007-armpl-build.patch incorporates all the configurations necessary to build numpy with ArmPL, as described in this guide: https://gitlab.com/arm-hpc/packages/-/wikis/packages/numpy#build-configuration-1
  • Add armpl as a host dependency with a selector for blas_impl == armpl.

I have validated these updates by building armpl variants of numpy and numpy-base - see here:
https://anaconda.org/aarch64-staging/numpy/files?channel=armpl_build_20211014
https://anaconda.org/aarch64-staging/numpy-base/files?channel=armpl_build_20211014

@katietz katietz added build and removed build labels Oct 18, 2021
Copy link

@varlackc varlackc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Pull Request has been open for a few years at this point, we probably should close the Pull Request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants