[R/f19] add blas-devel && lapack-devel to R-core-devel and R-devel requires

Tom Callaway spot at fedoraproject.org
Wed May 7 17:24:45 UTC 2014


commit dcd7a1f7a315d678c8cf7c95fd6dc73fb1cb0cd8
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed May 7 13:25:03 2014 -0400

    add blas-devel && lapack-devel to R-core-devel and R-devel requires

 R.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/R.spec b/R.spec
index 4840407..ffcbcb7 100644
--- a/R.spec
+++ b/R.spec
@@ -39,7 +39,7 @@
 
 Name: R
 Version: 3.1.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz
@@ -170,6 +170,7 @@ Requires: R-core = %{version}-%{release}
 Requires: gcc-c++, gcc-gfortran, tex(latex), texinfo-tex
 Requires: bzip2-devel, libX11-devel, pcre-devel, zlib-devel
 Requires: tcl-devel, tk-devel, pkgconfig, xz-devel
+Requires: blas-devel >= 3.0, lapack-devel
 %if %{modern}
 Requires: libicu-devel
 %endif
@@ -367,7 +368,8 @@ export FCFLAGS="%{optflags}"
     rdocdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} \
     rincludedir=%{_includedir}/R \
     rsharedir=%{_datadir}/R) \
- | grep -A30 'R is now' - > CAPABILITIES
+ > CONFIGURE.log
+cat CONFIGURE.log | grep -A30 'R is now' - > CAPABILITIES
 make 
 (cd src/nmath/standalone; make)
 #make check-all
@@ -873,6 +875,10 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Wed May  7 2014 Tom Callaway <spot at fedoraproject.org> - 3.1.0-5
+- add blas-devel and lapack-devel as Requires for R-devel/R-core-devel
+  to ease rebuild pain
+
 * Tue Apr 29 2014 Tom Callaway <spot at fedoraproject.org> - 3.1.0-4
 - unified spec file for all targets
 


More information about the scm-commits mailing list