pbrobinson pushed to openblas (f22). "Run ldconfig on 64 builds too"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 4 08:00:54 UTC 2015


>From e6bd9c3286846a743c57b74242eef50e3517bd41 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at gmail.com>
Date: Mon, 4 May 2015 01:06:37 +0100
Subject: Run ldconfig on 64 builds too


diff --git a/openblas.spec b/openblas.spec
index 8eda991..eb41cc8 100644
--- a/openblas.spec
+++ b/openblas.spec
@@ -1,6 +1,6 @@
 Name:           openblas
 Version:        0.2.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An optimized BLAS library based on GotoBLAS2
 Group:          Development/Libraries
 License:        BSD
@@ -350,6 +350,17 @@ rm -rf %{buildroot}%{_libdir}/cmake
 %post threads -p /sbin/ldconfig
 %postun threads -p /sbin/ldconfig
 
+%if %build64
+%post openmp64 -p /sbin/ldconfig
+%postun openmp64 -p /sbin/ldconfig
+
+%post serial64 -p /sbin/ldconfig
+%postun serial64 -p /sbin/ldconfig
+
+%post threads64 -p /sbin/ldconfig
+%postun threads64 -p /sbin/ldconfig
+%endif
+
 %clean
 rm -rf %{buildroot}
 
@@ -410,6 +421,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun May  3 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.2.14-2
+- Run ldconfig on 64 builds too
+
 * Wed Mar 25 2015 Susi Lehtola <jussilehtola at fedoraproject.org> - 0.2.14-1
 - Update to 0.2.14.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/openblas.git/commit/?h=f22&id=e6bd9c3286846a743c57b74242eef50e3517bd41


More information about the scm-commits mailing list