Closed ablaette closed 2 years ago
I thought I had addressed this before, but there are three building blocks that prevented the configured compiler to be passed:
sed
call in the configure script did not worked (reason not yet understood). Replaced \s
with [[:space:]]
.The fix will work for macOS, but before a release, we need to ensure that there are no unintended negative side effects ...
The CRAN test machine for arm64 macOS builds reports the following failure to build RcppCWB:
The crucial part is "gcc: error: this compiler does not support arm64" and is is obvious that the compiler ready for arm64 is clang++ but that the CWB scripts run gcc.