aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/julia/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/julia/APKBUILD b/testing/julia/APKBUILD
index 322dbb4b57..b3291e5fb4 100644
--- a/testing/julia/APKBUILD
+++ b/testing/julia/APKBUILD
@@ -9,7 +9,8 @@ _rmathjulia_ver=0.1
pkgrel=0
pkgdesc="A high-level, high-performance dynamic language for technical computing"
url="http://julialang.org"
-arch="x86 x86_64"
+# x86: libunwind package is currently not built for x86
+arch="x86_64"
license="MIT"
depends="arpack
fftw>=3.3