RcppParallel 6.1.1
-
Fixed an issue where package installation could fail if
cmakewas not
available on thePATH, even when it was discoverable at another known
location (e.g./Applications/CMake.app/Contents/bin/cmakeon macOS).
This caused installation failures on CRAN's macOS machines, wherecmake
is not on thePATHby default. -
Removed vestigial compiler / flag detection code from the configure
script. This code has been unused since the switch to a cmake-driven
build of the bundled oneTBB, and probedR CMD configvariables that
are defunct in R (>= 4.6.0).