Displaying 1 result from an estimated 1 matches for "dvandyk".
Did you mean:
avandyk
2005 Nov 22
3
[PATCH] Add fpicflags for Intel(R) Fortran Compiler (PR#8344)
...0.65)
I have successfully compiled R-2.2.0 using ifc-9.0.026 on my x86_64 box.
The only (minor) change that hade to be made was adding fpicflags="-fPIC" to
configure.ac in case F77 matches either "ifc" (old name) or "ifort" (new name).
Please apply following patch:
dvandyk at phi trunk $ svn diff
Index: configure.ac
===================================================================
--- configure.ac (revision 36420)
+++ configure.ac (working copy)
@@ -942,7 +942,7 @@
rm -f Imakefile Makefile
fi
-## Step 2. GNU compilers.
+## Step 2. GNU a...