[R/el5] sync to rawhide

Tom Callaway spot at fedoraproject.org
Fri Jan 24 15:42:28 UTC 2014


commit 681035265fa97e6eeadea3ffd04391b79559f463
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 24 10:42:51 2014 -0500

    sync to rawhide

 R.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/R.spec b/R.spec
index 7d1d2f6..0e370fe 100644
--- a/R.spec
+++ b/R.spec
@@ -17,7 +17,7 @@
 
 Name: R
 Version: 3.0.2
-Release: 1%{?dist}
+Release: 2%{?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
@@ -32,7 +32,7 @@ BuildRequires: gcc-gfortran
 BuildRequires: gcc-c++, tex(latex), texinfo-tex 
 BuildRequires: libpng-devel, libjpeg-devel, readline-devel
 BuildRequires: tcl-devel, tk-devel, ncurses-devel
-BuildRequires: blas >= 3.0, pcre-devel, zlib-devel
+BuildRequires: blas-devel >= 3.0, pcre-devel, zlib-devel
 %if %{modern}
 BuildRequires: java-1.5.0-gcj
 %else
@@ -305,10 +305,12 @@ export FCFLAGS="%{optflags}"
 ( %configure \
     --with-system-zlib --with-system-bzlib --with-system-pcre \
     --with-lapack \
+    --with-blas \
     --with-tcl-config=%{_libdir}/tclConfig.sh \
     --with-tk-config=%{_libdir}/tkConfig.sh \
     --enable-R-shlib \
     --enable-prebuilt-html \
+    --enable-lto \
     rdocdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} \
     rincludedir=%{_includedir}/R \
     rsharedir=%{_datadir}/R) \
@@ -813,6 +815,9 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Fri Dec 20 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.2-2
+- add --with-blas, --enable-lto to configure
+
 * Tue Oct 15 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.2-1
 - update to 3.0.2
 


More information about the scm-commits mailing list