Accepting request 1068458 from home:mslacken:sp
- 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) OBS-URL: https://build.opensuse.org/request/show/1068458 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=61
This commit is contained in:
parent
3e4826eb29
commit
f11bbce2bf
@ -30,7 +30,7 @@ mypath=/usr/lib/hpc/gnu?/mpi/mvapich2/2.*/bin:${mypath}
|
|||||||
getent passwd nobody &> /dev/null
|
getent passwd nobody &> /dev/null
|
||||||
if [ "x$?" == "x0" ] ; then
|
if [ "x$?" == "x0" ] ; then
|
||||||
# drop all root rights, when calling external find
|
# 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
|
if [ -e /var/lib/nobody/.spack/packages.yaml ] ; then
|
||||||
mv -v /var/lib/nobody/.spack/packages.yaml /etc/spack/packages.yaml
|
mv -v /var/lib/nobody/.spack/packages.yaml /etc/spack/packages.yaml
|
||||||
chown root:root /etc/spack/packages.yaml
|
chown root:root /etc/spack/packages.yaml
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4225daf4f365a15caa58ef465d125b0d108ac5430b74d53ca4e807777943daf
|
|
||||||
size 9420149
|
|
3
spack-0.19.1.tar.gz
Normal file
3
spack-0.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9666f0b22ccf3cbda2736104d5d4e3b9cad5b4b4f01874a501e97d2c9477452
|
||||||
|
size 9420035
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 1 13:13:34 UTC 2023 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
- 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 <eich@suse.com>
|
Tue Jan 31 08:29:00 UTC 2023 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ ExclusiveArch: do_not_build
|
|||||||
# non oss packages
|
# non oss packages
|
||||||
%define spack_trigger_external cuda-nvcc
|
%define spack_trigger_external cuda-nvcc
|
||||||
Name: spack
|
Name: spack
|
||||||
Version: 0.19.0
|
Version: 0.19.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Package manager for HPC systems
|
Summary: Package manager for HPC systems
|
||||||
License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause
|
License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user