3.10.1-19 - Install libmpiwrap library under {_libdir}/openmpi/valgrind
This commit is contained in:
parent
bedbccbf09
commit
1a5a7373dd
@ -3,7 +3,7 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.10.1
|
Version: 3.10.1
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -300,6 +300,17 @@ mkdir docs/installed
|
|||||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs/installed/
|
mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs/installed/
|
||||||
rm -f docs/installed/*.ps
|
rm -f docs/installed/*.ps
|
||||||
|
|
||||||
|
# We want the MPI wrapper installed under the openmpi libdir so the script
|
||||||
|
# generating the MPI library requires picks them up and sets up the right
|
||||||
|
# openmpi libmpi.so requires. Install symlinks in the original/upstream
|
||||||
|
# location for backwards compatibility.
|
||||||
|
pushd $RPM_BUILD_ROOT%{_libdir}
|
||||||
|
mkdir -p openmpi/valgrind
|
||||||
|
cd valgrind
|
||||||
|
mv libmpiwrap-%{valarch}-linux.so ../openmpi/valgrind/
|
||||||
|
ln -s ../openmpi/valgrind/libmpiwrap-%{valarch}-linux.so
|
||||||
|
popd
|
||||||
|
|
||||||
%if "%{valsecarch}" != ""
|
%if "%{valsecarch}" != ""
|
||||||
pushd $RPM_BUILD_ROOT%{_libdir}/valgrind/
|
pushd $RPM_BUILD_ROOT%{_libdir}/valgrind/
|
||||||
rm -f *-%{valsecarch}-* || :
|
rm -f *-%{valsecarch}-* || :
|
||||||
@ -387,10 +398,14 @@ echo ===============END TESTING===============
|
|||||||
%files openmpi
|
%files openmpi
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/valgrind
|
%dir %{_libdir}/valgrind
|
||||||
|
%{_libdir}/openmpi/valgrind/libmpiwrap*.so
|
||||||
%{_libdir}/valgrind/libmpiwrap*.so
|
%{_libdir}/valgrind/libmpiwrap*.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 14 2015 Mark Wielaard <mjw@redhat.com> - 3.10.1-19
|
||||||
|
- Install libmpiwrap library under {_libdir}/openmpi/valgrind (#1238428)
|
||||||
|
|
||||||
* Mon Aug 10 2015 Sandro Mani <manisandro@gmail.com> - 1:3.10.1-18
|
* Mon Aug 10 2015 Sandro Mani <manisandro@gmail.com> - 1:3.10.1-18
|
||||||
- Rebuild for RPM MPI Requires Provides Change
|
- Rebuild for RPM MPI Requires Provides Change
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user