rpms/R/FC-4 R.spec,1.8,1.9

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Oct 7 05:46:57 UTC 2005


Author: spot

Update of /cvs/extras/rpms/R/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/FC-4

Modified Files:
	R.spec 
Log Message:

Use fixed system lapack for FC-4 and devel.



Index: R.spec
===================================================================
RCS file: /cvs/extras/rpms/R/FC-4/R.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- R.spec	6 Oct 2005 14:22:07 -0000	1.8
+++ R.spec	7 Oct 2005 05:46:55 -0000	1.9
@@ -1,6 +1,6 @@
 Name: R
 Version: 2.2.0
-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-2/R-%{version}.tar.gz
@@ -13,7 +13,7 @@
 BuildRequires: XFree86-devel
 BuildRequires: tcl-devel, tk-devel
 BuildRequires: blas >= 3.0, pcre-devel, zlib-devel
-BuildRequires: java-1.4.2-gcj-compat
+BuildRequires: java-1.4.2-gcj-compat, lapack-devel
 Requires: evince, cups, firefox
 
 # These are the submodules that R provides. Sometimes R modules say they
@@ -104,6 +104,7 @@
 export F77="gfortran"
 ( %configure \
     --with-system-zlib --with-system-bzlib --with-system-pcre \
+    --with-lapack \
     --with-tcl-config=%{_libdir}/tclConfig.sh \
     --with-tk-config=%{_libdir}/tkConfig.sh \
     --enable-R-shlib )\
@@ -218,6 +219,9 @@
 /sbin/ldconfig
 
 %changelog
+* Thu Oct  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.0-2
+- use fixed system lapack for FC-4 and devel
+
 * Thu Oct  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.0-1
 - bump to 2.2.0
 




More information about the fedora-extras-commits mailing list