File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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+
162018-01-16 Dirk Eddelbuettel <
[email protected] >
27
38 * DESCRIPTION: Release 0.12.15
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments