From a862bd18913885286f1a77fdb765e18e65c47245 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Fri, 29 Sep 2023 06:43:44 +0000 Subject: [PATCH] Mpich should own cmake and include install directories Make sure that packages which install cmake and include files in Mpich locations do not need to own the main directories for Mpich. --- mpich.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpich.spec b/mpich.spec index 15e285c..2c4c454 100644 --- a/mpich.spec +++ b/mpich.spec @@ -232,6 +232,8 @@ make check VERBOSE=1 \ %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/lib %dir %{_libdir}/%{name}/bin +%dir %{_libdir}/%{name}/lib/cmake +%dir %{_libdir}/%{name}/include %{_libdir}/%{name}/lib/*.so.* %{_libdir}/%{name}/bin/hydra* %{_libdir}/%{name}/bin/mpichversion