Displaying 20 results from an estimated 26 matches for "r_platform".
Did you mean:
platform
2009 Feb 21
1
Install failure (PR#13545)
...e PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.8.1"
| #define PACKAGE_STRING "R 2.8.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.8.1"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #define R_CPU "x86_64"
| #define R_VENDOR "unknown"
| #define R_OS "linux-gnu"
| #define Unix 1
| #define R_ARCH ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5558: result: gcc -E
configure:55...
2002 Jul 25
3
Platforms with MSB (Most Significant Byte)
Hi,
I asked some days ago how to guess the o.s. the machine is running. I
found that it is stored in a variable called R_PLATFORM. Now I need a
full list of all the values this variable can have because I need to set
an option depending on the endianness of the platform in which we are
compiling the package.
Anyone can help me? Thanks,
Virgilio Gómez Rubio
Dpto. Estadística e I. O. - Facultat de Matemàtique...
2005 Feb 08
0
Compiling R as a shared library
...e PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "R 2.0.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.0.1"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #define R_CPU "x86_64"
| #define R_VENDOR "unknown"
| #define R_OS "linux-gnu"
| #define Unix 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4814: gcc -E -I/usr/local/include conftest.c
conftest.c:16:28...
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...fine PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "R 2.0.1"
| #define PACKAGE_BUGREPORT "r-bugs@R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.0.1"
| #define R_PLATFORM "sparc-sun-solaris2.9"
| #define R_CPU "sparc"
| #define R_VENDOR "sun"
| #define R_OS "solaris2.9"
| #define Unix 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:21326: gcc -o conftest -g -O2 -I/usr/include
-...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...fine PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "r"
| #define PACKAGE_VERSION "1.6.2"
| #define PACKAGE_STRING "R 1.6.2"
| #define PACKAGE_BUGREPORT "r-bugs@R-project.org"
| #define PACKAGE "R"
| #define VERSION "1.6.2"
| #define R_PLATFORM "sparc-sun-solaris2.8"
| #define R_CPU "sparc"
| #define R_VENDOR "sun"
| #define R_OS "solaris2.8"
| #define Unix 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4879: result: gcc -E
configure:4904: gcc -E -I/usr/local/include confte...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...e PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "R 2.0.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.0.1"
| #define R_PLATFORM "i686-pc-linux-gnu"
| #define R_CPU "i686"
| #define R_VENDOR "pc"
| #define R_OS "linux-gnu"
| #define Unix 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4752: result: gcc -E
configure:4776: gcc -E -I/usr/local/include conftest.c
c...
2005 Nov 24
1
Windows R CMD build <pkg> leftovers
A command
R CMD build <pkg>
that fails, e.g., because of C code compilation errors, leaves a
directory %TMPDIR%/Rinst.xxx containing the file R.css. Although R
CMD INSTALL --build cleans up after itself, build does not. A fix is
below. Also, build.in references Rcmd.exe, which I thought was no
longer necessary?
Index: build.in
2016 Sep 27
4
src/Makevars ignored ?
...vars"; then
makefiles="${makefiles} -f ${HOME}/.R/Makevars"
fi
else
. ${R_HOME}/etc${R_ARCH}/Renviron
if test -f "${R_MAKEVARS_USER}"; then
makefiles="${makefiles} -f ${R_MAKEVARS_USER}"
elif test -f "${HOME}/.R/Makevars-${R_PLATFORM}"; then
makefiles="${makefiles} -f ${HOME}/.R/Makevars-${R_PLATFORM}"
elif test -f "${HOME}/.R/Makevars"; then
makefiles="${makefiles} -f ${HOME}/.R/Makevars"
fi
fi
fi
it checks and honours R_MAKEVARS_USER, ~/.R/Makevars, but not src/Ma...
2016 Sep 27
0
src/Makevars ignored ?
...makefiles="${makefiles} -f ${HOME}/.R/Makevars"
> fi
> else
> . ${R_HOME}/etc${R_ARCH}/Renviron
> if test -f "${R_MAKEVARS_USER}"; then
> makefiles="${makefiles} -f ${R_MAKEVARS_USER}"
> elif test -f "${HOME}/.R/Makevars-${R_PLATFORM}"; then
> makefiles="${makefiles} -f ${HOME}/.R/Makevars-${R_PLATFORM}"
> elif test -f "${HOME}/.R/Makevars"; then
> makefiles="${makefiles} -f ${HOME}/.R/Makevars"
> fi
> fi
> fi
>
> it checks and honours R_MAKEVARS_U...
2003 Nov 08
1
[Fwd: Sun Solaris 8 compile problem.]
...e PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define
PACKAGE_VERSION "1.8.0" | #define PACKAGE_STRING "R 1.8.0" | #define
PACKAGE_BUGREPORT "r-bugs@R-project.org" | #define PACKAGE "R" | #define
VERSION "1.8.0" | #define R_PLATFORM "sparc-sun-solaris2.8" | #define
R_CPU "sparc" | #define R_VENDOR "sun" | #define R_OS "solaris2.8" |
#define Unix 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 |
#define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define
HAVE_STRING_H 1 | #d...
2016 Sep 27
2
src/Makevars ignored ?
Hello,
I'm tring to install a Rpackage that holds some C//C++ code
as far as I understood the R library generic compilation mechanism,
compilation of C//C++ sources is controled
1) at system level by the ocntentos RHOME/etc/Makeconf
2) at user level by the content of ~/.R/Makevars
3) at package level by the content of src/Makevars
Problem I have is that src/Makevars is ignored
see
2004 Jun 14
4
Readline on R-1.9.1a
...CKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "1.9.1"
| #define PACKAGE_STRING "R 1.9.1"
| #define PACKAGE_BUGREPORT "r-bugs@R-project.org"
| #define PACKAGE "R"
| #define VERSION "1.9.1"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #define R_CPU "x86_64"
| #define R_VENDOR "unknown"
| #define R_OS "linux-gnu"
| #define Unix 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1...
2017 Apr 06
3
failure of make check-all
...GZIPCMD" "R_HOME"
< [53] "R_INCLUDE_DIR" "R_LIBS"
< [55] "R_LIBS_SITE" "R_LIBS_USER"
< [57] "R_OSTYPE" "R_PAPERSIZE"
< [59] "R_PAPERSIZE_USER" "R_PDFVIEWER"
< [61] "R_PLATFORM" "R_PRINTCMD"
< [63] "R_PROFILE" "R_PROFILE_USER"
< [65] "R_RD4PDF" "R_SESSION_TMPDIR"
< [67] "R_SHARE_DIR" "R_SYSTEM_ABI"
< [69] "R_TEXI2DVICMD" "R_UNZIPCMD"
< [71] &qu...
2017 Apr 06
0
failure of make check-all
...quot;R_HOME"
> < [53] "R_INCLUDE_DIR" "R_LIBS"
> < [55] "R_LIBS_SITE" "R_LIBS_USER"
> < [57] "R_OSTYPE" "R_PAPERSIZE"
> < [59] "R_PAPERSIZE_USER" "R_PDFVIEWER"
> < [61] "R_PLATFORM" "R_PRINTCMD"
> < [63] "R_PROFILE" "R_PROFILE_USER"
> < [65] "R_RD4PDF" "R_SESSION_TMPDIR"
> < [67] "R_SHARE_DIR" "R_SYSTEM_ABI"
> < [69] "R_TEXI2DVICMD" "R_UNZIPCMD"
>...
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
...R"
| #define PACKAGE_VERSION "3.2.0"
| #define PACKAGE_STRING "R 3.2.0"
| #define PACKAGE_BUGREPORT "http://bugs.r-project.org"
| #define PACKAGE_URL "http://www.r-project.org"
| #define PACKAGE "R"
| #define VERSION "3.2.0"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #define R_CPU "x86_64"
| #define R_VENDOR "unknown"
| #define R_OS "linux-gnu"
| #define Unix 1
| #define TESTING_WRITE_BARRIER 1
| #define R_ARCH ""
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define STDC_HEADERS 1
| #defi...
2019 Jan 30
1
R_MAKEVARS_SITE for multiple archs
Dear all,
is there a way to set R_MAKEVARS_SITE (or something else), so that R
finds Makevars.site for multiple archs?
AFAICT the only option is to put the arch directories in R.home(). But
I might be missing something.
My goal is to set different make variables for 32-bit and 64-bit R on
Windows, without modifying R.home().
Thank you,
Gabor
2005 Apr 18
3
Install problem on Solaris 9
I'm trying to install R-2.0.1 on Solaris 9 and I'm receiving the
following error messages during make.
begin installing recommended package foreign
make[2]: *** [foreign.ts] Error 1
make[2]: Leaving directory
`/opt/net/source/R-2.0.1/src/library/Recommended'
make[1]: *** [recommended-packages] Error 2
make[1]: Leaving directory
2007 Sep 19
5
How to test if R is running on a Mac
Hi!
Is there any way to test if R is running on a Mac? I usually use
value of .Platform$OS.type for windows or unix, but Mac falls in the
latter group.
Thanks, Gregor
2007 Sep 14
3
problems for ./configure on Ralpha: gcc related
...e PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "R 2.6.0"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.6.0"
| #define R_PLATFORM "i686-pc-linux-gnulibc1"
| #define R_CPU "i686"
| #define R_VENDOR "pc"
| #define R_OS "linux-gnulibc1"
| #define Unix 1
| #define R_ARCH ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4983: error: C compiler c...
2005 Aug 23
1
compile R with Portland Group compiler
...e PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.1.1"
| #define PACKAGE_STRING "R 2.1.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.1.1"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #define R_CPU "x86_64"
| #define R_VENDOR "unknown"
| #define R_OS "linux-gnu"
| #define Unix 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __GNUC__
| choke me
| #endif
|
| ;
| return 0;
| }
configure:4184:...