diff --git a/run-find-external.sh.in b/run-find-external.sh.in index 3ae44b3..e32cddb 100644 --- a/run-find-external.sh.in +++ b/run-find-external.sh.in @@ -30,7 +30,7 @@ mypath=/usr/lib/hpc/gnu?/mpi/mvapich2/2.*/bin:${mypath} getent passwd nobody &> /dev/null if [ "x$?" == "x0" ] ; then # drop all root rights, when calling external find - sudo -u nobody PATH=${mypath}:${PATH} spack external find --scope user #--exclude 'installdbgsymbols' + sudo -u nobody PATH=${mypath}:${PATH} spack external find --all --scope user #--exclude 'installdbgsymbols' if [ -e /var/lib/nobody/.spack/packages.yaml ] ; then mv -v /var/lib/nobody/.spack/packages.yaml /etc/spack/packages.yaml chown root:root /etc/spack/packages.yaml diff --git a/spack-0.19.0.tar.gz b/spack-0.19.0.tar.gz deleted file mode 100644 index cd98349..0000000 --- a/spack-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4225daf4f365a15caa58ef465d125b0d108ac5430b74d53ca4e807777943daf -size 9420149 diff --git a/spack-0.19.1.tar.gz b/spack-0.19.1.tar.gz new file mode 100644 index 0000000..eb0986f --- /dev/null +++ b/spack-0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9666f0b22ccf3cbda2736104d5d4e3b9cad5b4b4f01874a501e97d2c9477452 +size 9420035 diff --git a/spack.changes b/spack.changes index 179d250..1c11d78 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 1 13:13:34 UTC 2023 - Christian Goll + +- Udpate to 0.19.1 with following bug fixes: + * buildcache create: make "file exists" less verbose + * spack mirror create: don't change paths to urls + * Improve error message for requirements + * Fix libtool filter for Fujitsu compilers + * FileCache: delete the new cache file on exception +- using `--all` flag for `spack external find` in the %triggrin + section, as MPI packages were not recognized any more, fixing + (bsc#1208751) + ------------------------------------------------------------------- Tue Jan 31 08:29:00 UTC 2023 - Egbert Eich diff --git a/spack.spec b/spack.spec index 1b109a9..8497e0a 100644 --- a/spack.spec +++ b/spack.spec @@ -36,7 +36,7 @@ ExclusiveArch: do_not_build # non oss packages %define spack_trigger_external cuda-nvcc Name: spack -Version: 0.19.0 +Version: 0.19.1 Release: 0 Summary: Package manager for HPC systems License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause