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
|
|
@ -7,3 +7,7 @@ all platforms, create a patch file at `patches/R-${R_VERSION}.patch` (such as
|
|||
To add a patch for an R version on a specific platform create a patch file at
|
||||
`patches/R-${R_VERSION}-${OS_IDENTIFIER}.patch` (such as
|
||||
`patches/R-3.3.0-centos-8.patch`).
|
||||
|
||||
To add a patch for an R version on a specific architecture, create a patch
|
||||
file at `patches/R-${R_VERSION}-<arch>.patch`, where `<arch>` can be
|
||||
`x86_64` or `aarch64` (e.g. `patches/R-3.3.0-aarch64.patch`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue