Commit Graph

6 Commits

Author SHA256 Message Date
f3e15f0c28 Accepting request 1174817 from home:eeich:branches:network:cluster
- Give 'site' scope a lower precedence than 'system' scope.
  The 'site wide' config scope was meant to be per Spack
  installation. A single system may have multiple Spack
  installations, so was is meant for overriding the
  'system' wide setting per installation.
  The Spack package is OS-vendor provided. The vendor provides
  pr generates a configuration which a local admin may want to
  override. This can now be done from within the 'system' scope.
  Previously the vendor-supplied configuration was mixed with
  the 'system' scope - local modifications collided with
  vendor autoconfiguration.
- Add a build-dependency package which will cause build tools
  and libraries used frequently by Spack to be installed.
  All these packages are recommended by the main Spack package
  already. This package may be used in environments where the
  installation of recommended packages is disabled by default.

- Update Spack to version 0.22.0
  * New features:
    - Compiler dependencies:
      Spack is in the process of making compilers proper dependencies.
      For this, compiler dependencies are moving from `compilers.yaml`
      to `packages.yaml` to make this consistent with other externals.
      For this, dependency graphs will not show the compiler runtime
      libraries like `gcc-runtime` or `libgfortran`.
      To minimize disruption, an existing `compilers.yaml` file will
      continue to work, however, users are encourage to migrate
      before v0.23.
      + Packages compiled with `%gcc` now depend on a new package
        `gcc-runtime`, which contains a copy of the shared compiler

OBS-URL: https://build.opensuse.org/request/show/1174817
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=104
2024-06-11 07:38:05 +00:00
fe8b942704 Accepting request 1074103 from home:eeich:branches:network:cluster
- run-find-external.sh: Extend the range of versions of MPI
  flavors to be searched for when asking Spack to look

OBS-URL: https://build.opensuse.org/request/show/1074103
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=66
2023-03-24 08:30:29 +00:00
dbbe646cac Accepting request 1074094 from home:eeich:branches:network:cluster
- run-find-external.sh: Extend the range of versions of mpich
  and mvapich2 to be searched for when asking Spack to look
  for external packages (bsc#1208751).

OBS-URL: https://build.opensuse.org/request/show/1074094
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=65
2023-03-24 08:15:37 +00:00
128c6ea878 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
2023-03-09 07:41:20 +00:00
f11bbce2bf 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
2023-03-01 14:20:30 +00:00
e49b6d7a06 Accepting request 945893 from home:mslacken:sp
OBS-URL: https://build.opensuse.org/request/show/945893
OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=42
2022-01-12 16:44:43 +00:00