SHA256
1
0
forked from pool/spack

Accepting request 1070262 from home:eeich:branches:network:cluster

- Improve run-find-external.sh:
  * Extend to run 'spack compiler find'.
  * Separate triggers for packages and compilers.
  * Better handle when search patterns match multiple directories.

- using `--all` flag for `spack external find` in the %triggrin

OBS-URL: https://build.opensuse.org/request/show/1070262
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=63
This commit is contained in:
2023-03-09 07:41:20 +00:00
committed by Git OBS Bridge
parent f11bbce2bf
commit 128c6ea878
3 changed files with 99 additions and 33 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 8 19:54:55 UTC 2023 - Egbert Eich <eich@suse.com>
- Improve run-find-external.sh:
* Extend to run 'spack compiler find'.
* Separate triggers for packages and compilers.
* Better handle when search patterns match multiple directories.
-------------------------------------------------------------------
Wed Mar 1 13:13:34 UTC 2023 - Christian Goll <cgoll@suse.com>
@@ -7,7 +15,7 @@ Wed Mar 1 13:13:34 UTC 2023 - Christian Goll <cgoll@suse.com>
* 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
- using `--all` flag for `spack external find` in the %triggrin
section, as MPI packages were not recognized any more, fixing
(bsc#1208751)