[Rd] R 3.4 has broken C++11 support
Angerer, Philipp
philipp.angerer at helmholtz-muenchen.de
Wed Apr 19 16:32:10 CEST 2017
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=/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 Forschungszentrum fuer Gesundheit und Umwelt (GmbH)
Ingolstaedter Landstr. 1
85764 Neuherberg
www.helmholtz-muenchen.de
Aufsichtsratsvorsitzende: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrer: Prof. Dr. Guenther Wess, Heinrich Bassler, Dr. Alfons Enhsen
Registergericht: Amtsgericht Muenchen HRB 6466
USt-IdNr: DE 129521671
More information about the R-devel
mailing list