diff --git a/spack-0.22.0.tar.gz b/spack-0.22.0.tar.gz deleted file mode 100644 index 755d6c3..0000000 --- a/spack-0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81d0d25ba022d5a8b2f4852cefced92743fe0cae8c18a54e82bd0ec67ee96cac -size 11101704 diff --git a/spack-0.22.1.tar.gz b/spack-0.22.1.tar.gz new file mode 100644 index 0000000..8a1be1a --- /dev/null +++ b/spack-0.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374968461ea95fcf22f230aa818cf99cd79af4cd3d28fb0927d5444525b143b3 +size 11108002 diff --git a/spack.changes b/spack.changes index c0def74..af761ac 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Wed Jul 10 06:54:31 UTC 2024 - Egbert Eich + +- Update to 0.22.1. + * Bug Fixes: + - Fix reuse of externals on Linux. + - Ensure parent gcc-runtime version >= child. + - Ensure the latest gcc-runtime is rpath'ed when multiple exist + among link deps. + - Improve version detection of glibc. + - Improve heuristics for solver. + - Make strong preferences override reuse. + - Reduce verbosity when C compiler is missing. + - Make missing ccache executable an error when required. + - Make every environment view containing `python` a `venv`. + - Fix external detection for compilers with os but no target. + - Fix version optimization for roots. + - Handle common implementations of pagination of tags in OCI + build caches. + - Apply fetched patches to develop specs. + - Avoid Windows wrappers for filesystem utilities on non-Windows. + - Fix formatting issue in `spack audit`. + * Package updates: + - Require libiconv for iconv. + Notice that glibc/musl also provide iconv, but are not + guaranteed to be complete. Set `packages:iconv:require:[glibc]` + to restore the old behavior. + - protobuf: fix 3.4:3.21 patch checksum. + - protobuf: update hash for patch needed when="@3.4:3.21". + - git: bump v2.39 to 2.45; deprecate unsafe versions. + - gcc: use `-rpath {rpath_dir}` not `-rpath={rpath dir}`. + - Remove mesa18 and libosmesa. + - Enforce consistency of `gl` providers. + - py-matplotlib: qualify when to do a post install. + - rust: fix v1.78.0 instructions. + - suite-sparse: improve setting of the libs property. + - netlib-lapack: provide blas and lapack together. + ------------------------------------------------------------------- Thu May 16 17:03:50 UTC 2024 - Egbert Eich diff --git a/spack.spec b/spack.spec index dbc0e4a..71140df 100644 --- a/spack.spec +++ b/spack.spec @@ -63,7 +63,7 @@ ExclusiveArch: do_not_build %define mypython python%{?mypyver} Name: spack -Version: 0.22.0 +Version: 0.22.1 Release: 0 Summary: Package manager for HPC systems License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause