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.
This commit is contained in:
parent
e983f61ee7
commit
a862bd1891
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user