search for: cxx11test

Displaying 4 results from an estimated 4 matches for "cxx11test".

2017 Apr 19
4
R 3.4 has broken C++11 support
Hi Dirk and Martyn, > That looks fine. Can you please give a reproducible example of a package > that compiles correctly on R 3.3.3 but not with R 3.4.0 or R-devel. here you go, it?s pretty much the simplest package possible that needs C++11: https://github.com/flying-sheep/cxx11test > Maybe you can share with us how you configure the build 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=/e...
2017 Apr 19
0
R 3.4 has broken C++11 support
...; That looks fine. Can you please give a reproducible example of a > > package > > that compiles correctly on R 3.3.3 but not with R 3.4.0 or R-devel. > > here you go, it?s pretty much the simplest package possible that > needs C++11: > > https://github.com/flying-sheep/cxx11test This works for me (See below). Make sure you are not overwriting some key variables in a personal Makevars file or a site-wide Makevars.site file. [plummerm at D-160182 temp]$ ~/R-devel/r-devel/build/bin/R CMD INSTALL cxx11test_1.0.tar.gz? * installing to library ?/home/plummerm/R-devel/r-devel/b...
2017 Apr 19
0
R 3.4 has broken C++11 support
...rtyn, > >> That looks fine. Can you please give a reproducible example of a package >> that compiles correctly on R 3.3.3 but not with R 3.4.0 or R-devel. > > here you go, it?s pretty much the simplest package possible that needs C++11: > > https://github.com/flying-sheep/cxx11test > >> Maybe you can share with us how you configure the build 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 \ >> --li...
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)