Author: baggins Date: Tue May 29 13:05:28 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- teach R that fortran is gfortran, some stupid modules want it that way
---- Files affected:
packages/R:
R.spec (1.168 -> 1.169)
---- Diffs:
================================================================
Index: packages/R/R.spec
diff -u packages/R/R.spec:1.168 packages/R/R.spec:1.169
--- packages/R/R.spec:1.168 Mon Apr 9 07:10:12 2012
+++ packages/R/R.spec Tue May 29 15:05:23 2012
@@ -97,6 +97,8 @@
install -d build
cd build
../%configure \
+ F77=gfortran \
+ FC=gfortran \
--enable-R-shlib \
--enable-largefile \
--with-ICU \
@@ -224,6 +226,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.169 2012/05/29 13:05:23 baggins
+- teach R that fortran is gfortran, some stupid modules want it that way
+
Revision 1.168 2012/04/09 05:10:12 qboosh
- cleaned up todo: .so perms and lang() tags already done
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/R/R.spec?r1=1.168&r2=1.169
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit