Displaying 2 results from an estimated 2 matches for "conda_cos6".
2019 Sep 04
2
possible bug in R's configure check for C++11 features
...nkly, I have had a lot
of problems, but I think the stuff below points to a possible bug in R's
(custom) configure checks for C++11/14/17, but not for C++98.
This is a report about R from the R-3-6 branch, with a svn checkout from
today, revision r77135.
In my case the compiler name is x86_64-conda_cos6-linux-gnu-g++, not g++. I
denote this in my configure call, using the CC variable. A snippet of the
full configure is
../${SRCDIR}/configure SHELL='/bin/bash' \
--prefix="${CONDA_PREFIX}/R/${R_VERSION}" \
CC="x86_64-conda_cos6-linux-gnu-gcc" \
CXX="x86_64-...
2019 Sep 04
0
possible bug in R's configure check for C++11 features
...lems, but I think the stuff below points to a possible bug in R's
> (custom) configure checks for C++11/14/17, but not for C++98.
>
> This is a report about R from the R-3-6 branch, with a svn checkout from
> today, revision r77135.
>
> In my case the compiler name is x86_64-conda_cos6-linux-gnu-g++, not g++. I
> denote this in my configure call, using the CC variable. A snippet of the
> full configure is
>
> ../${SRCDIR}/configure SHELL='/bin/bash' \
> --prefix="${CONDA_PREFIX}/R/${R_VERSION}" \
> CC="x86_64-conda_cos6-linux-gnu-gcc&...