Fix R 3.0.0 - R 3.0.3 on arm64

This commit is contained in:
Gábor Csárdi 2023-08-14 18:49:54 +02:00
commit 101246253a

View file

@ -75,6 +75,10 @@ patch_r() {
if [ -f "/patches/R-${1}-${OS_IDENTIFIER}.patch" ]; then
patch -p1 < "/patches/R-${1}-${OS_IDENTIFIER}.patch"
fi
if [ -f "/patches/R-${1}-`arch`.patch" ]; then
patch -p1 < "/patches/R-${1}-`arch`.patch"
fi
}
# compile_r() - $1 as r version