diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:45:56 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-06-09 19:45:56 +0200 |
commit | 99bf81530d2baf917ff2a049a2156c86fbf8c1f7 (patch) | |
tree | 9ef3c92219d0ec20a3dbbb180653b17014ec0d61 /testing/julia | |
parent | 0e0b42f6f98817e7b138c520811a27842f27177d (diff) | |
download | aports-99bf81530d2baf917ff2a049a2156c86fbf8c1f7.tar.bz2 aports-99bf81530d2baf917ff2a049a2156c86fbf8c1f7.tar.xz |
testing/julia: remove x86 from arch (libunwind is not available for x86)
Diffstat (limited to 'testing/julia')
-rw-r--r-- | testing/julia/APKBUILD | 3 |
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 |