diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 00:47:49 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 00:47:49 +0200 |
commit | 318c9449d09df45efc5018ac3bb8db483022eb85 (patch) | |
tree | b20bd9007649d2d0b94cf4832ecac605b6082f19 /community/julia | |
parent | 212affd9b79e2bc3e6447a82442803c065d2eb07 (diff) | |
download | aports-318c9449d09df45efc5018ac3bb8db483022eb85.tar.bz2 aports-318c9449d09df45efc5018ac3bb8db483022eb85.tar.xz |
community/julia: reenable build on x86_64
The build failure was caused by bug in libunwind.
Diffstat (limited to 'community/julia')
-rw-r--r-- | community/julia/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/julia/APKBUILD b/community/julia/APKBUILD index b487176029..a6ebd071f7 100644 --- a/community/julia/APKBUILD +++ b/community/julia/APKBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc="A high-level, high-performance dynamic language for technical computing" url="http://julialang.org" # x86: no libunwind package -arch="" +arch="x86_64" license="MIT" depends="arpack dsfmt |