Displaying 8 results from an estimated 8 matches for "f77_f2c".
2008 Jan 09
1
Rscript on OSX
...?admin ? ? 726 Nov 26 17:36 Sweave
-rwxrwxr-x ? 1 root ?admin ? 21715 Nov 26 17:36 build
-rwxrwxr-x ? 1 root ?admin ? 78570 Nov 26 17:36 check
-rwxrwxr-x ? 1 root ?admin ? ?6927 Nov 26 17:36 config
drwxrwxr-x ? 4 root ?admin ? ? 136 Nov 26 17:36 exec
-rwxrwxr-x ? 1 root ?admin ? ?3613 Nov 26 17:36 f77_f2c
-rwxrwxr-x ? 1 root ?admin ? 10720 Nov 26 17:36 javareconf
-rwxrwxr-x ? 1 root ?admin ?215101 Nov 26 17:36 libtool
-rwxrwxr-x ? 1 root ?admin ? ?3495 Nov 26 17:36 mkinstalldirs
-rwxrwxr-x ? 1 root ?admin ? ? 413 Nov 26 17:36 pager
2008 Jan 21
1
R configuration is not finding the installed f2c cross-compiler
Last Friday my computer monitor was messed up by on-line patches update.
I had to reinstall everything from the o.s. and all applications on top of
it.
I have downloaded R source from the official site.
I have uncompressed the archive and ran the configure as root in
/usr/local/bin.
The configuration procedure dies writing:
*configure: error: Neither an F77 compiler nor f2c found
*
but actually
2019 Apr 26
0
R 3.6.0 is released
...(f) now give an error for factor arguments;
they gave a deprecation warning since R 3.2.3, PR#16564.
* Package tools' vignetteDepends() has been deprecated (it called a
function deprecated since Feb 2016), being partly replaced by
newly exported vignetteInfo().
* The f77_f2c script has been removed: it no longer sufficed to
compile the .f files in R.
* The deprecated legacy support of make macros such as CXX1X has
been removed: use the CXX11 forms instead.
* Make macro F77_VISIBILITY is deprecated in favour of
F_VISIBILITY.
* Make macro...
2019 Apr 26
0
R 3.6.0 is released
...(f) now give an error for factor arguments;
they gave a deprecation warning since R 3.2.3, PR#16564.
* Package tools' vignetteDepends() has been deprecated (it called a
function deprecated since Feb 2016), being partly replaced by
newly exported vignetteInfo().
* The f77_f2c script has been removed: it no longer sufficed to
compile the .f files in R.
* The deprecated legacy support of make macros such as CXX1X has
been removed: use the CXX11 forms instead.
* Make macro F77_VISIBILITY is deprecated in favour of
F_VISIBILITY.
* Make macro...
2019 Apr 26
0
R 3.6.0 is released
...(f) now give an error for factor arguments;
they gave a deprecation warning since R 3.2.3, PR#16564.
* Package tools' vignetteDepends() has been deprecated (it called a
function deprecated since Feb 2016), being partly replaced by
newly exported vignetteInfo().
* The f77_f2c script has been removed: it no longer sufficed to
compile the .f files in R.
* The deprecated legacy support of make macros such as CXX1X has
been removed: use the CXX11 forms instead.
* Make macro F77_VISIBILITY is deprecated in favour of
F_VISIBILITY.
* Make macro...
2006 Apr 24
0
R 2.3.0 is released
...The extension .lo is no longer used in building R (only in
the optional build of libRmath.so): this allows a considerable
simplification of the Makefiles.
o Direct support for f2c has been removed: it can still be used
via a script which makes it look like a Fortran compiler.
(src/scripts/f77_f2c is an example of such a script.)
o There is a new flag SAFE_FFLAGS which is used for the
compilation of dlamc.f. It is set by configure for known
problem cases (recent g77 and gfortran), but can be overridden
by the user.
o The standard autoconf macros for large-file support are now u...
2006 Apr 24
0
R 2.3.0 is released
...The extension .lo is no longer used in building R (only in
the optional build of libRmath.so): this allows a considerable
simplification of the Makefiles.
o Direct support for f2c has been removed: it can still be used
via a script which makes it look like a Fortran compiler.
(src/scripts/f77_f2c is an example of such a script.)
o There is a new flag SAFE_FFLAGS which is used for the
compilation of dlamc.f. It is set by configure for known
problem cases (recent g77 and gfortran), but can be overridden
by the user.
o The standard autoconf macros for large-file support are now u...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...s: creating src/modules/vfonts/Makefile
config.status: creating src/nmath/Makefile
config.status: creating src/nmath/standalone/Makefile
config.status: creating src/scripts/Makefile
config.status: creating src/scripts/R.sh
config.status: creating src/scripts/Rcmd
config.status: creating src/scripts/f77_f2c
config.status: creating src/scripts/mkinstalldirs
config.status: creating src/scripts/pager
config.status: creating src/unix/Makefile
config.status: creating tests/Makefile
config.status: creating tests/Embedding/Makefile
config.status: creating tests/Examples/Makefile
config.status: creating tests...