aboutsummaryrefslogtreecommitdiffstats
path: root/testing/octave
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-02-10 17:13:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-13 15:27:19 +0000
commitbde8603560ebd024f3f35497a90948dc2f2c5db4 (patch)
tree039f16f5742e3e59a016a76861114507ef09ec7b /testing/octave
parent2e0308a5b5e023d09298a8642ea764ce7f69dd89 (diff)
testing/[various]: disable fftw-related packages on s390x
Diffstat (limited to 'testing/octave')
-rw-r--r--testing/octave/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/octave/APKBUILD b/testing/octave/APKBUILD
index 5c5590a25d5..b3e638f2846 100644
--- a/testing/octave/APKBUILD
+++ b/testing/octave/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.2.0
pkgrel=1
pkgdesc="A high-level language, primarily intended for numerical computations"
url="https://www.gnu.org/software/octave/"
-arch="all"
+arch="all !s390x"
license="GPL-3.0"
depends=""
subpackages="$pkgname-doc"