Skip to content

Commit bc99473

Browse files
committed
new question 3.14 about conda compiler (cf #770)
1 parent f2c35f9 commit bc99473

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-01-19 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp-FAQ.Rmd (Note): Document the conda package
4+
`gxx_linux-64` as helpful in that environment
5+
16
2018-01-16 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION: Release 0.12.15

vignettes/Rcpp-FAQ.Rmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,17 @@ support from `src/Makevars`:
12021202
other means to set compiler options. R support may be available at a later
12031203
date.
12041204
1205+
## How do I use it within (Python's) Conda setup?
1206+
1207+
In a comment to [issue ticket #770](https://github.com/RcppCore/Rcpp/issues/770#issuecomment-346716808) it is stated that running
1208+
1209+
```sh
1210+
conda install gxx_linux-64
1211+
```
1212+
1213+
helps within this enivronment as it installs the corresponding
1214+
`x86_64-conda_cos6-linux-gnu-c++` compiler.
1215+
12051216
# Support
12061217

12071218
## Is the API documented

0 commit comments

Comments
 (0)