We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544498f commit 15d7940Copy full SHA for 15d7940
DESCRIPTION
@@ -1,7 +1,7 @@
1
Package: RcppParallel
2
Type: Package
3
Title: Parallel Programming Tools for 'Rcpp'
4
-Version: 5.1.8.9000
+Version: 5.1.9
5
Authors@R: c(
6
person("JJ", "Allaire", role = c("aut"), email = "jj@rstudio.com"),
7
person("Romain", "Francois", role = c("aut", "cph")),
NEWS.md
@@ -1,4 +1,10 @@
+## RcppParallel 5.1.9
+
+* RcppParallel no longer passes `-rpath` when building / linking on Windows.
+ This fixes build issues when building RcppParallel when using the LLVM
+ linker on Windows. (@kalibera)
8
## RcppParallel 5.1.8
9
10
* RcppParallel now explicitly links to the bundled copy of TBB on macOS. (#206; @jeroen)
0 commit comments