Fix R 3.0.0 - R 3.0.3 on arm64
This commit is contained in:
parent
9fe1725620
commit
101246253a
1 changed files with 2844 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue