summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2012-05-29 13:05:23 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit6035063f91b42a2150b27002dbf1e39ce37509fa (patch)
tree0853573308abf876f00b8c1344edc7c1e6df9435
parent3996be5c6fc1544eb1d481aa4a6908248b8922de (diff)
downloadR-6035063f91b42a2150b27002dbf1e39ce37509fa.zip
R-6035063f91b42a2150b27002dbf1e39ce37509fa.tar.gz
- teach R that fortran is gfortran, some stupid modules want it that wayauto/th/R-2_15_0-1
Changed files: R.spec -> 1.169
-rw-r--r--R.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/R.spec b/R.spec
index 961d68b..b8c89c6 100644
--- a/R.spec
+++ b/R.spec
@@ -96,6 +96,8 @@ implementacja i semantyka wywodzi siÄ™ ze Scheme.
install -d build
cd build
../%configure \
+ F77=gfortran \
+ FC=gfortran \
--enable-R-shlib \
--enable-largefile \
--with-ICU \