forked from spack/spack-packages
-
Notifications
You must be signed in to change notification settings - Fork 2
WIP Merge release/2.0 to spack-stack-dev #28
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
Draft
climbfuji
wants to merge
13
commits into
JCSDA:spack-stack-dev
Choose a base branch
from
climbfuji:feature/merge_rel20_to_spack_stack_dev
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.
Draft
WIP Merge release/2.0 to spack-stack-dev #28
climbfuji
wants to merge
13
commits into
JCSDA:spack-stack-dev
from
climbfuji:feature/merge_rel20_to_spack_stack_dev
Conversation
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
[release/2.0] Bug fix for eckit: handle new compression backend zip (libzip) for version 1.32+
… use LD_LIBRARY_PATH environment modifications instead (spack#29)
* adding harfbuzz versions 11.3.0 to 11.4.1 * formatting cleanup * removing several versions of harfbuzz and only keeping the latest (11.4.1) and the one to address the vulnerability (11.3.3) --------- Co-authored-by: Casey Alan Anderson <casey_a@lanl.gov>
Fix the version constraint of the patch introduced in spack#1719: @5 -> @11.5
At one point, there was a patch that allowed the Meson build of Harfbuzz to use Freetype built with CMake, but support fo this has been dropped, so: * Add CMake builder for Harfbuzz * Harfbuzz Meson build requires Freetype built with autotools (this implicitly means that Windows built of Harfbuzz will be with CMake) * Remove patch adding support for CMake-built Freetype when building Harfbuzz with Meson (this patch was originally upstream but was removed) --------- Signed-off-by: John Parent <john.parent@kitware.com>
…k#2747) Harfbuzz's meson system expects non CMake built dependencies. Ensure we're building cairo with meson when building harfbuzz with meson.
…#2731) * harfbuzz/pango: add harfbuzz gobject variant, req'd for pango; (re)add harfbuzz@2.9.1 * harfbuzz: gobject off by default --------- Signed-off-by: AlexanderRichert-NOAA <alexander.richert@noaa.gov>
Harfbuzz updates for WCOSS2/NCO
rickgrubin-noaa
pushed a commit
to rickgrubin-noaa/spack-packages
that referenced
this pull request
Dec 29, 2025
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
* Add mpi libs to package spec --------- Co-authored-by: Rick Grubin <richard.grubin@noaa.gov>
…into feature/merge_rel20_to_spack_stack_dev
This was referenced Dec 31, 2025
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
All in the title. See JCSDA/spack-stack#1835 for details
Testing
See JCSDA/spack-stack#1858
Issues
Part of JCSDA/spack-stack#1835