Displaying 12 results from an estimated 12 matches for "f77_visibility".
2019 Mar 11
0
R 3.5.3 is released
...the NEWS file:
CHANGES IN R 3.5.3:
INSTALLATION on a UNIX-ALIKE:
* Detection of flags for C++98/11/14/17 has been improved: in
particular if CXX??STD is set, it is tried first with no
additional flags.
PACKAGE INSTALLATION:
* New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This
will become the preferred form in R 3.6.0.
BUG FIXES:
* writeLines(readLines(fnam), fnam) now works as expected, thanks
to Peter Meissner's PR#17528.
* setClassUnion() no longer warns, but uses message() for now, when
encountering "non local" subc...
2019 Mar 11
0
R 3.5.3 is released
...the NEWS file:
CHANGES IN R 3.5.3:
INSTALLATION on a UNIX-ALIKE:
* Detection of flags for C++98/11/14/17 has been improved: in
particular if CXX??STD is set, it is tried first with no
additional flags.
PACKAGE INSTALLATION:
* New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This
will become the preferred form in R 3.6.0.
BUG FIXES:
* writeLines(readLines(fnam), fnam) now works as expected, thanks
to Peter Meissner's PR#17528.
* setClassUnion() no longer warns, but uses message() for now, when
encountering "non local" subc...
2019 Mar 11
0
R 3.5.3 is released
...the NEWS file:
CHANGES IN R 3.5.3:
INSTALLATION on a UNIX-ALIKE:
* Detection of flags for C++98/11/14/17 has been improved: in
particular if CXX??STD is set, it is tried first with no
additional flags.
PACKAGE INSTALLATION:
* New macro F_VISIBILITY as an alternative to F77_VISIBILITY. This
will become the preferred form in R 3.6.0.
BUG FIXES:
* writeLines(readLines(fnam), fnam) now works as expected, thanks
to Peter Meissner's PR#17528.
* setClassUnion() no longer warns, but uses message() for now, when
encountering "non local" subc...
2006 May 01
6
R-2.3.0 make error
Dear list,
When compiling the R-2.3.0 on FC4 x86_64, I got the following errors:
make[3]: Entering directory
`/project/scratch3/ligroup/wuming/src/R-2.3.0/src/main'
gcc -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o
CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o
arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o
character.o coerce.o colors.o complex.o
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
2020 Apr 24
0
R 4.0.0 is released
...burg).
* Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde
can be pasted with an Italian keyboard (PR#17679).
* R falls back to copying when junction creation fails during
package checking (patch from Duncan Murdoch).
DEPRECATED AND DEFUNCT:
* Make macro F77_VISIBILITY has been removed and replaced by
F_VISIBILITY.
* Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS have been
removed and replaced by FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS
respectively. (Most make programs will set F77 to the value of
FC, which is set for package co...
2020 Apr 24
0
R 4.0.0 is released
...burg).
* Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde
can be pasted with an Italian keyboard (PR#17679).
* R falls back to copying when junction creation fails during
package checking (patch from Duncan Murdoch).
DEPRECATED AND DEFUNCT:
* Make macro F77_VISIBILITY has been removed and replaced by
F_VISIBILITY.
* Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS have been
removed and replaced by FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS
respectively. (Most make programs will set F77 to the value of
FC, which is set for package co...
2020 Apr 24
0
R 4.0.0 is released
...burg).
* Rterm now accepts ALT+xxx sequences also with NumLock on. Tilde
can be pasted with an Italian keyboard (PR#17679).
* R falls back to copying when junction creation fails during
package checking (patch from Duncan Murdoch).
DEPRECATED AND DEFUNCT:
* Make macro F77_VISIBILITY has been removed and replaced by
F_VISIBILITY.
* Make macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS have been
removed and replaced by FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS
respectively. (Most make programs will set F77 to the value of
FC, which is set for package co...
2009 Feb 21
1
Install failure (PR#13545)
...39;
DVIPS='false'
DYLIB_EXT=''
DYLIB_LD=''
DYLIB_LDFLAGS=''
DYLIB_UNDEFINED_ALLOWED_FALSE=''
DYLIB_UNDEFINED_ALLOWED_TRUE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='//bin/grep -E'
EXEEXT=''
F77='gfortran'
F77_VISIBILITY=''
FC=''
FCFLAGS=''
FCFLAGS_f90=''
FCFLAGS_f95=''
FCPICFLAGS=''
FFLAGS='-g -O2'
FGREP=''
FLIBS=''
FOUNDATION_CPPFLAGS=''
FOUNDATION_LIBS=''
FPICFLAGS=''
FW_VERSION=''
GENCAT=''
GETWD='...
2019 Apr 26
0
R 3.6.0 is released
...eing 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 macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS are
deprecated in favour of FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS
respectively.
* $.data.frame had become an expensive version of the default
method, so has been remove...
2019 Apr 26
0
R 3.6.0 is released
...eing 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 macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS are
deprecated in favour of FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS
respectively.
* $.data.frame had become an expensive version of the default
method, so has been remove...
2019 Apr 26
0
R 3.6.0 is released
...eing 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 macros F77, FCPIFCPLAGS and SHLIB_OPENMP_FCFLAGS are
deprecated in favour of FC, FPICFLAGS and SHLIB_OPENMP_FFLAGS
respectively.
* $.data.frame had become an expensive version of the default
method, so has been remove...