Skip to content

Commit 1f2596a

Browse files
committed
note the tbb stub install failure fix in news
1 parent 1ad5415 commit 1f2596a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
(e.g. rstan) can resolve TBB symbols which `RcppParallel.dll` does not
2020
itself re-export.
2121

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+
2228
* Fixed an issue where building the bundled oneTBB could fail when `CXX`
2329
(or `CC`) was configured with a leading compiler launcher such as `ccache`
2430
(e.g. `CXX = "ccache g++"`). The launcher is now forwarded to cmake via

0 commit comments

Comments
 (0)