forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update spack-stack-dev from spack develop as of 2024/10/31 #482
Open
climbfuji
wants to merge
2,419
commits into
JCSDA:spack-stack-dev
Choose a base branch
from
climbfuji:feature/update_from_spack_dev_20241031
base: spack-stack-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update spack-stack-dev from spack develop as of 2024/10/31 #482
climbfuji
wants to merge
2,419
commits into
JCSDA:spack-stack-dev
from
climbfuji:feature/update_from_spack_dev_20241031
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* CI: Add dynamic mapping section * Doc: Add documentation for dynamic mapping section * Add missing schema property * Fixes from review * query build fix up * add warning output for dynamic mapping request errors * Cleanup ci schema * Add more protections for disabling/mitigating bad endpoints for dynamic mapping * Remove references to "gantry" in the docs * Fixup rtd header * Add unit testing for dynamic-mapping section * Add arch to dynamic-mapping query string * Tests and cleanup schema
…6602) Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
* Add 0.9.14.1 and bound xarray version support * Fix bounds as per review
Co-authored-by: Gava, Francesco <francesco.gava@mclaren.com> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
* e4s external rocm ci: upgrade to v6.2.1 * use ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4-rocm6.2.1:2024.10.08 * magma +rocm: add entry for v6.2.1
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
* Updates Caliper recipe to build the new Python bindings * Implements setup_run_environment for Caliper to update PYTHONPATH
…k#47029) and add another backward compat bound for just 8.8
* e4s ci stacks: add fftx cpu, cuda, and rocm builds * disable fftx+rocm due to spack github issue spack#47034 * e4s oneapi: fftx has spack build error spack#47048
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
* voropp: migrate to cmake * lammps: update voropp dep
* Remove the implicit CORE-AVX512 since the CPU specific flags are added by the compiler wrappers. * Add `-i_use-path` to help `ifx` find `lld` even if `-gcc-name` is set in `ifx.cfg`. This file is written by `intel-oneapi-compilers` package to find the correct `gcc`. Not being able to find `ldd` is a bug in `ifx`. @rschon2 found this workaround.
…#47065) Turns out `os=...` of the spec and `MACOSX_DEPLOYMENT_TARGET` are kept in sync, and the env variable is used to initialize `CMAKE_MACOSX_DEPLOYMENT_TARGET`. In bootstrap code we set the env variable, so these bits are redundant. --------- Co-authored-by: haampie <haampie@users.noreply.github.com>
Some unused methods in VTK-m resulted in compile errors. These were not discovered because many compilers ignore unused methods in templated classes, but the SYCL compiler for Aurora gave an error.
Co-authored-by: Peter Scheibel <scheibel1@llnl.gov>
Currently the order in which hooks are run is arbitrary. This can be fixed by sorted(list_modules(...)) but I think it is much more clear to just have a static list. Hooks are not extensible other than modifying Spack code, which means it's unlikely people maintain custom hooks since they'd have to fork Spack. And if they fork Spack, they might as well add an entry to the list when they're continuously rebasing.
* add verdict package Co-authored-by: becker33 <becker33@users.noreply.github.com> Co-authored-by: Alec Scott <scott112@llnl.gov>
caught by `prettier`
* mpidiff: new package * fix style with black * Add variants, docs, and examples variants. Remove options that are not really options in the build.
* optipng: add v0.7.8 * optipng: mv for_aarch64.patch for_aarch64_0.7.7.patch * optipng: add for_aarch64_0.7.8.patch * optipng: deprecate v0.7.7 * optipng: fix style
…ack#47343) Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
* py-ipympl: add v0.9.4 * Add node/npm dependencies at runtime * node-js: fix build with older GCC * Change CLANG flags too * Add supported compiler versions * Deprecate older version
…6576) * boost: boost.python does not support numpy@2 yet
…/update_from_spack_dev_20241031
…ge.py, var/spack/repos/builtin/packages/libxkbcommon/package.py, var/spack/repos/builtin/packages/openmpi/package.py
climbfuji
changed the title
WIP Feature/update from spack dev 20241031
Update spack-stack-dev from spack develop as of 2024/10/31
Nov 4, 2024
8 tasks
…and lib/spack/spack/compilers/oneapi.py: set correct version ranges
climbfuji
requested review from
srherbener,
RatkoVasic-NOAA and
AlexanderRichert-NOAA
November 5, 2024 19:35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update spack-stack-dev from spack develop as of 2024/10/31. The following files had merge conflicts that I needed to resolve and that I would like the reviewers to look at (there were a few more, but those I knew enough about to resolve with confidence):
Testing
https://github.com/spack/spack