mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
community/R: enable on loongarch64
This commit is contained in:
parent
161564a1aa
commit
8b128b076b
@ -8,7 +8,7 @@ pkgdesc="Language and environment for statistical computing"
|
|||||||
url="https://www.r-project.org/"
|
url="https://www.r-project.org/"
|
||||||
# riscv64: blocked by java-jre-headless
|
# riscv64: blocked by java-jre-headless
|
||||||
# loongarch64: test failure
|
# loongarch64: test failure
|
||||||
arch="all !riscv64 !loongarch64"
|
arch="all !riscv64"
|
||||||
license="( GPL-2.0-only OR GPL-3.0-only ) AND LGPL-2.1-or-later"
|
license="( GPL-2.0-only OR GPL-3.0-only ) AND LGPL-2.1-or-later"
|
||||||
depends="$pkgname-mathlib"
|
depends="$pkgname-mathlib"
|
||||||
depends_dev="
|
depends_dev="
|
||||||
@ -92,9 +92,9 @@ check() {
|
|||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
# A (non-portable) numerical regression test currently (R 4.4.0)
|
# A (non-portable) numerical regression test currently (R 4.4.0)
|
||||||
# fails on the aarch64 and s390x runners.
|
# fails on the aarch64, loongarch64 and s390x runners.
|
||||||
# Run at least two basic test suites:
|
# Run at least two basic test suites:
|
||||||
aarch64 | s390x)
|
aarch64 | s390x | loongarch64)
|
||||||
make -C tests test-Examples && make -C tests test-Specific || {
|
make -C tests test-Examples && make -C tests test-Specific || {
|
||||||
tail -v -n 42 tests/*.fail; exit 1
|
tail -v -n 42 tests/*.fail; exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user