Skip to content

Tags: RcppCore/RcppParallel

Tags

v6.2.0

Toggle v6.2.0's commit message
RcppParallel 6.2.0

v6.1.1

Toggle v6.1.1's commit message
use resolved cmake path when checking cmake version

cmake is not necessarily on the PATH (e.g. on CRAN's macOS builders,
where only /Applications/CMake.app/Contents/bin/cmake is available),
so the version check must use the path resolved by configure.

Also remove the vestigial CXX prefix / flags detection block; its
consumers in src/Makevars.in were removed with the switch to the
cmake-driven oneTBB build (fd8f510), and it probed R CMD config
variables that are defunct in R (>= 4.6.0).

v6.1.0

Toggle v6.1.0's commit message
Increment version number to 6.1.0

v6.0.0

Toggle v6.0.0's commit message
note expected revdep failures from tbb abi change in cran-comments