Open mfansler opened 1 year ago
I'll also note that I'm looking at this in relation to some unsolvable R 4.3 migrations that appear to have r-rcpparmadillo
in the build
requirements in common, specifically for osx-arm64 builds. However, this is still speculative (I don't see a reason why this would lead to unsolvability).
Examining recent build logs reveals that
-lblas -llapack
ends up linking tolib/R/lib/libRblas.dylib
andlib/R/lib/libRlapack.dylib
for osx-arm64 builds. This seems undesirable and makes the dependencies oflibblas
andliblapack
superfluous for these builds.Possibly related to https://github.com/conda-forge/r-base-feedstock/issues/249