Displaying 2 results from an estimated 2 matches for "conda_prefix".
2019 Sep 04
2
possible bug in R's configure check for C++11 features
...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-conda_cos6-linux-gnu-g++" \
F77="x86_64-conda_cos6-linux-gnu-gfortran" \
FC="$F77" \
CFLAGS="-Wall -mtune=amdfam10 -g -O2 -I${CONDA_PREFIX}/include"\
CXXFLA...
2019 Sep 04
0
possible bug in R's configure check for C++11 features
...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-conda_cos6-linux-gnu-g++" \
> F77="x86_64-conda_cos6-linux-gnu-gfortran" \
> FC="$F77" \
> CFLAGS="-Wall -mtune=amdfam10 -g -O2 -I${CONDA_PREFIX}/incl...