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 1ad5415 commit 1f2596aCopy full SHA for 1f2596a
1 file changed
NEWS.md
@@ -19,6 +19,12 @@
19
(e.g. rstan) can resolve TBB symbols which `RcppParallel.dll` does not
20
itself re-export.
21
22
+* Fixed an issue on Windows where a failure to build the TBB stub library
23
+ could go unreported, since `R CMD SHLIB` has been seen to exit successfully
24
+ even when the link failed. Installation completed, but shipped a package
25
+ with no `tbb.dll` -- which packages linking `-ltbb` then discovered only
26
+ when they failed to load. Installation now fails instead.
27
+
28
* Fixed an issue where building the bundled oneTBB could fail when `CXX`
29
(or `CC`) was configured with a leading compiler launcher such as `ccache`
30
(e.g. `CXX = "ccache g++"`). The launcher is now forwarded to cmake via
0 commit comments