From 84a9bf52201cd6584769e45d9cb1f25156d5009734bbdeda25f1ac9dc7059ebf Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 27 Jun 2023 08:11:09 +0000 Subject: [PATCH] Accepting request 1095549 from home:eeich:branches:network:cluster - Make sure, libhwloc and hwloc are installed together when spack is installed. OBS-URL: https://build.opensuse.org/request/show/1095549 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=79 --- spack.changes | 2 ++ spack.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/spack.changes b/spack.changes index 1da5731..3a333be 100644 --- a/spack.changes +++ b/spack.changes @@ -4,6 +4,8 @@ Mon Jun 26 12:26:10 UTC 2023 - Egbert Eich - Add hwloc-devel and sqlite3 to the packages that trigger a `spack external find`. - Change /usr/bin to %{_bindir}. +- Make sure, libhwloc and hwloc are installed together when + spack is installed. ------------------------------------------------------------------- Thu Jun 1 11:32:36 UTC 2023 - Egbert Eich diff --git a/spack.spec b/spack.spec index 59580ac..aff1771 100644 --- a/spack.spec +++ b/spack.spec @@ -94,6 +94,8 @@ Requires: tar Requires: unzip Requires: xz Recommends: %spack_trigger_recommended_packages %spack_trigger_recommended_compilers +Requires: (hwloc if hwloc-devel) +Requires: (hwloc-devel if hwloc) %else BuildRequires: git BuildRequires: makeinfo