Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack_tuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Inghirami, Gabriele
spack_tuda
Commits
2bfcc69f
Commit
2bfcc69f
authored
4 months ago
by
Harmen Stoppels
Browse files
Options
Downloads
Patches
Plain Diff
Set version to v0.23.1
parent
af62d914
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+30
-0
30 additions, 0 deletions
CHANGELOG.md
lib/spack/spack/__init__.py
+1
-1
1 addition, 1 deletion
lib/spack/spack/__init__.py
with
31 additions
and
1 deletion
CHANGELOG.md
+
30
−
0
View file @
2bfcc69f
# v0.23.1 (2025-02-19)
## Bugfixes
-
Fix a correctness issue of
`ArchSpec.intersects`
(#48741)
-
Make
`extra_attributes`
order independent in Spec hashing (#48615, #48854)
-
Fix issue where system proxy settings were not respected in OCI build caches (#48783)
-
Fix an issue where the
`--test`
concretizer flag was not forwarded correctly (#48417)
-
Fix an issue where
`codesign`
and
`install_name_tool`
would not preserve hardlinks on
Darwin (#47808)
-
Fix an issue on Darwin where codesign would run on unmodified binaries (#48568)
-
Patch configure scripts generated with libtool < 2.5.4, to avoid redundant flags when
creating shared libraries on Darwin (#48671)
-
Fix issue related to mirror URL paths on Windows (#47898)
-
Esnure proper UTF-8 encoding/decoding in logging (#48005)
-
Fix issues related to
`filter_file`
(#48038, #48108)
-
Fix issue related to creating bootstrap source mirrors (#48235)
-
Fix issue where command line config arguments were not always top level (#48255)
-
Fix an incorrect typehint of
`concretized()`
(#48504)
-
Improve mention of next Spack version in warning (#47887)
-
Tests: fix forward compatibility with Python 3.13 (#48209)
-
Docs: encourage use of
`--oci-username-variable`
and
`--oci-password-variable`
(#48189)
-
Docs: ensure Getting Started has bootstrap list output in correct place (#48281)
-
CI: allow GitHub actions to run on forks of Spack with different project name (#48041)
-
CI: make unit tests work on Ubuntu 24.04 (#48151)
-
CI: re-enable cray pipelines (#47697)
## Package updates
-
`qt-base`
: fix rpath for dependents (#47424)
-
`gdk-pixbuf`
: fix outdated URL (#47825)
# v0.23.0 (2024-11-13)
# v0.23.0 (2024-11-13)
`v0.23.0`
is a major feature release.
`v0.23.0`
is a major feature release.
...
...
This diff is collapsed.
Click to expand it.
lib/spack/spack/__init__.py
+
1
−
1
View file @
2bfcc69f
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
import
spack.util.git
import
spack.util.git
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__
=
"
0.23.1
.dev0
"
__version__
=
"
0.23.1
"
spack_version
=
__version__
spack_version
=
__version__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment