rpms/R/FC-4 R.spec,1.14,1.15

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Apr 25 05:18:28 UTC 2006


Author: spot

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

Modified Files:
	R.spec 
Log Message:

Fix FC-4 ppc fPIC issue.



Index: R.spec
===================================================================
RCS file: /cvs/extras/rpms/R/FC-4/R.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- R.spec	25 Apr 2006 01:32:13 -0000	1.14
+++ R.spec	25 Apr 2006 05:18:27 -0000	1.15
@@ -1,6 +1,6 @@
 Name: R
 Version: 2.3.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
@@ -102,6 +102,13 @@
 export R_PRINTCMD="lpr"
 export R_BROWSER="%{_bindir}/firefox"
 export F77="gfortran"
+# Only broken on FC-4, ppc
+%ifarch ppc
+export CPICFLAGS="-fPIC"
+export FPICFLAGS="-fPIC"
+export FCPICFLAGS="-fPIC"
+export CXXPICFLAGS="-fPIC"
+%endif
 ( %configure \
     --with-system-zlib --with-system-bzlib --with-system-pcre \
     --with-lapack \
@@ -219,6 +226,9 @@
 /sbin/ldconfig
 
 %changelog
+* Tue Apr 25 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.3.0-2
+- fix ppc build for FC-4 (artificial bump for everyone else)
+
 * Mon Apr 24 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.3.0-1
 - bump to 2.3.0 (also, bump module revisions)
 




More information about the fedora-extras-commits mailing list