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

ppc64le timeouts #14

Closed
ax3l opened this issue Mar 8, 2021 · 2 comments
Closed

ppc64le timeouts #14

ax3l opened this issue Mar 8, 2021 · 2 comments

Comments

@ax3l
Copy link
Member

ax3l commented Mar 8, 2021

Currently, there is no way to increase the 50min build time for ppc64le.
Besides trying to reduce the build time on the app time with long-term build variant unification for geometries, splitting out AMReX in its own package (with many, many incompatible build variants) there is another way:

Cross-compile from x86 via setting the build platform: https://conda-forge.org/docs/maintainer/conda_forge_yml.html?highlight=cross%20compile#build-platform

Example feedstock doing this: https://github.com/conda-forge/clangdev-feedstock

@ax3l
Copy link
Member Author

ax3l commented Mar 9, 2021

Implementing cross-compilation needs PRs to BLAS++ and LAPACK++, which currently have try_run components in their build logic that does not work out-of-the-box for cross-compilation workflows.

@ax3l
Copy link
Member Author

ax3l commented Dec 13, 2021

Solved via #33

@ax3l ax3l closed this as completed Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant