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
+
1
6
2018-01-16 Dirk Eddelbuettel <
[email protected] >
2
7
3
8
* DESCRIPTION: Release 0.12.15
Original file line number Diff line number Diff line change @@ -1202,6 +1202,17 @@ support from `src/Makevars`:
1202
1202
other means to set compiler options. R support may be available at a later
1203
1203
date.
1204
1204
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
+
1205
1216
# Support
1206
1217
1207
1218
## Is the API documented
You can’t perform that action at this time.
0 commit comments