Develop upstream sync 20250207#177
Merged
renjithravindrankannath merged 2132 commits intodevelopfrom Feb 7, 2025
Merged
Conversation
* pyproject: remove mypy python version option since defaults to python used to run it (spack#48593)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
* poppler: many improvements * Strangely I did not have the proper comment header * Add a maintainer
* OSError.errno apparently is int | None, but already part of __str__ anyway so drop * fix disambiguate_spec_from_hashes * List[Spec].sort() complains, ignore it * fix typing of KnownCompiler, and use it in asp.py
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
* openpmd-api: add v0.16.1 Add the latest release of openPMD-api. * TOML11: Latest Versions
* for config: let `syaml_dict` inherit from `dict` instead of `OrderedDict`. `syaml_dict` now only exists as a mutable wrapper for yaml related metadata. * for spec serialization / hashing: use `dict` directly This is possible since we only support cpython 3.6+ in which dicts are ordered. This improves performance of hash computation a bit. For a larger spec I'm getting 9.22ms instead of 11.9ms, so 22.5% reduction in runtime.
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Signed-off-by: Shane Nehring <snehring@iastate.edu>
…#48754) With CFLAGS, the code path in the amdfftw build system will bypass the logic around AMD_ARCH. --------- Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
* Add a message for CMake incremental build Requested message to explain CMake phase is getting skipped. * [@spackbot] updating style on behalf of psakievich * Update import --------- Co-authored-by: psakievich <psakievich@users.noreply.github.com>
* ICU4C: Don't reference a spec variant on a platform on which it's not defined * icu4c: no cxx flag on Windows
* Use more idiomatic construct, shorten recipe * Remove deprecated versions, and associated patches * Remove v10.0.0
Current location is within the Spack prefix, which causes builds to pollute VCS with stage artifacts and generally inflates the Spack install prefix. This PR moves it to the user cache location now that we can consistently support paths with spaces on Windows.
* fix regression `apple-clang` vs `%apple-clang` * use f-strings * remove --verbose flag from LDFLAGS
…pack#48918) * Apply workarounds for oneAPI compiler for ascent problem with build * Use the way with use patch through the PR address * stylecheck - missing comma
renjithravindrankannath
approved these changes
Feb 7, 2025
renjithravindrankannath
added a commit
that referenced
this pull request
Feb 20, 2025
This reverts commit 3157260.
This file contains hidden or 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
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.
No description provided.