#10 Also own %{_libdir}/%{name}/lib/cmake/
Merged 2 years ago by orion. Opened 2 years ago by smani.
Unknown source rawhide  into  rawhide

file modified
+8 -1
@@ -30,7 +30,7 @@

  

  Name:           openmpi%{?_cc_name_suffix}

  Version:        4.1.1

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Open Message Passing Interface

  License:        BSD and MIT and Romio

  URL:            http://www.open-mpi.org/
@@ -241,6 +241,9 @@

  ln -s ../%{name}/lib/pkgconfig/*.pc .

  cd -

  

+ # Create cmake dir

+ mkdir -p %{buildroot}%{_libdir}/%{name}/lib/cmake/

+ 

  # Remove extraneous wrapper link libraries (bug 814798)

  sed -i -e s/-ldl// -e s/-lhwloc// \

    %{buildroot}%{_libdir}/%{name}/share/openmpi/*-wrapper-data.txt
@@ -322,6 +325,7 @@

  %{_fmoddir}/%{name}/

  %{_libdir}/%{name}/lib/*.so

  %{_libdir}/%{name}/lib/*.mod

+ %{_libdir}/%{name}/lib/cmake/

  %{_libdir}/%{name}/lib/pkgconfig/

  %{_libdir}/pkgconfig/*.pc

  %{_mandir}/%{namearch}/man1/mpi[cCf]*
@@ -357,6 +361,9 @@

  

  

  %changelog

+ * Fri Sep 03 2021 Sandro Mani <manisandro@gmail.com> - 4.1.1-4

+ - Also own %%{_libdir}/%%{name}/lib/cmake/

+ 

  * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

no initial comment
RPM build errors:
    Directory not found: /builddir/build/BUILDROOT/openmpi-4.1.1-4.fc36.x86_64/usr/lib64/openmpi/lib/cmake

You are going to need to make the directory.

1 new commit added

  • Create cmake dir
2 years ago

Pull-Request has been merged by orion

2 years ago
Metadata