search for: rsharedir

Displaying 12 results from an estimated 12 matches for "rsharedir".

Did you mean: sharedir
2010 Jul 05
1
Possible bug in 2.11.x texmf makefile.in and some related things...
...t installed when building/installing R. It would appear that they are not included in: https://svn.r-project.org/R/branches/R-2-11-branch/share/Makefile.in The relevant code there is: @for f in $(srcdir)/texmf/*.sty \ $(srcdir)/texmf/*.fd; do \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/texmf"; \ done which would skip over the two jss files. This issue came up when another useR (on F12) was building the zoo package with its vignette, which apparently uses jss.cls. Errors were of course observed. I thought that the error was limited to Fedora, but this is an issue in the s...
2006 Feb 08
2
R 2.2.1 installation trouble on SGI/Sun (PR#8575)
Hi, I'm upgrading to R 2.2.1 and have bumped into some problems. I have been successful with installing on x86 and PPC Linux, but am unable to install R on Solaris 7 and on IRIX 6.5. Configuration and compilation go through just fine, but "make install" fails: gmake[1]: Entering directory `/scratch/atossava/R-2.2.1/doc' installing doc ... ../tools/install-sh: no destination
2006 Jul 06
1
problem with rdocdir option when installing R2.3.1
Hi, In the "R documentation and Administration" manual it is said that "The configure or make variables |rdocdir| and |rsharedir| can be used to install the system-independent doc and share directories to somewhere other than |libdir|". Then I've installed R v2.3.1 on a solaris platform (SunOS 5.9) with the following commands : > ./configure --prefix=/somewhere/stats rdocdir=/elsewhere/html > make &gt...
2014 Jun 22
1
r65998 build error. share/Rd/macros/*: No such file or directory
As of r65998 I'm getting /usr/bin/install: cannot stat ?/home/scott/rbuilds/r-devel/repo/share/Rd/macros/*?: No such file or directory Commenting out the newly added @for f in $(srcdir)/Rd/macros/*; do \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/Rd/macros"; \ done in share/Makefile.in fixes compilation for me. I'm on Ubuntu 13.10. My configure output is here: https://www.dropbox.com/s/srwa1mbzesvvq5v/configure my make output is here: https://www.dropbox.com/s/q7ylkw00re7riaf/make and my config.log is here: https://www.d...
2017 Apr 19
4
R 3.4 has broken C++11 support
...ld of R-devel? Sure, in the mail you quoted, I already linked exactly that: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 > ./configure --prefix=/opt/r-devel \ > --libdir=/opt/r-devel/lib \ > --sysconfdir=/etc/R-devel \ > --datarootdir=/opt/r-devel/share \ > rsharedir=/opt/r-devel/share/R/ \ > rincludedir=/opt/r-devel/include/R/ \ > rdocdir=/opt/r-devel/share/doc/R/ \ > --with-x \ > --enable-R-shlib \ > --with-lapack \ > --with-blas \ > F77=gfortran \ > LIBnn=lib Thanks and cheers, Philipp Helmholtz Zentrum Muenchen Deutsches For...
2017 Apr 19
0
R 3.4 has broken C++11 support
...inked exactly that: > > https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 > >> ./configure --prefix=/opt/r-devel \ >> --libdir=/opt/r-devel/lib \ >> --sysconfdir=/etc/R-devel \ >> --datarootdir=/opt/r-devel/share \ >> rsharedir=/opt/r-devel/share/R/ \ >> rincludedir=/opt/r-devel/include/R/ \ >> rdocdir=/opt/r-devel/share/doc/R/ \ >> --with-x \ >> --enable-R-shlib \ >> --with-lapack \ >> --with-blas \ >> F77=gfortran \ >> LI...
2017 Apr 19
0
R 3.4 has broken C++11 support
..., I already linked exactly that: > > https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 > > > ./configure --prefix=/opt/r-devel \ > > --libdir=/opt/r-devel/lib \ > > --sysconfdir=/etc/R-devel \ > > --datarootdir=/opt/r-devel/share \ > > ??rsharedir=/opt/r-devel/share/R/ \ > > ??rincludedir=/opt/r-devel/include/R/ \ > > ??rdocdir=/opt/r-devel/share/doc/R/ \ > > --with-x \ > > --enable-R-shlib \ > > --with-lapack \ > > --with-blas \ > > F77=gfortran \ > > LIBnn=lib > > > Thanks...
2006 Feb 25
2
R-Project build system: DESTDIR support
Hello, I am writing you about the GNU R-Project, as part of by effort to help GNU projects provide a better, more consistent build system. Currently, your project does not support the DESTDIR variable in generated Makefiles (marked as optional in the GNU coding policies, make and automake manual). In my opinion, DESTDIR support can be very helpful for the user, the distribution-specific
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
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi! Well, my linux distribution has very recent versions of everything, so a working C++11 compiler exists: $ gcc --version | head -n1 gcc (GCC) 6.3.1 20170306 Could wrong ./configure options be at fault here? See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 My sessionInfo(): $ R-devel --slave -e 'sessionInfo()' | head -n3 R Under development (unstable)
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
...sysconfdir=$PKG/etc \ --localstatedir=$PKG/var \ --libdir=$PREFIX/lib${LIBDIRSUFFIX} \ --datarootdir=$PREFIX/share \ --datadir=$PREFIX/share \ --infodir=$PREFIX/info \ --mandir=$PREFIX/man \ --docdir=$PREFIX/doc/$PRGNAM-$VERSION \ rdocdir=$PREFIX/doc/$PRGNAM-$VERSION \ rincludedir=$PREFIX/include \ rsharedir=$PREFIX/share \ --disable-BLAS-shlib \ --with-blas \ --with-lapack \ --without-x \ || exit 1 make || exit 1 My environment is as follows: 1) modules/3.2.6.7 13) udreg/2.3.2-1.0401.5929.3.3.gem 25) configuration/1.0-1.0401.35391.1.2.gem 2) xtpe-network-gemini...
2009 Feb 21
1
Install failure (PR#13545)
...#39; mandir='${datarootdir}/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' r_arch='' rdocdir='${rhome}/doc' rincludedir='${rhome}/include' rsharedir='${rhome}/share' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shlibpath_var='' striplib='' stripstaticlib='' sysconfdir='${prefix}/etc' target_alias='' use_aqua='' use_tcltk='' ## ------------------- ##...