diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 03:25:59 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 03:25:59 +0200 |
commit | 70ac78a1493c3d1f8231228a732e826f01e32b03 (patch) | |
tree | 92efbd0f0a717a02102526abae1a17be66966fcb /community/julia | |
parent | 2cfffff97a7d30fbc136f14b6a2143a2319fd9b8 (diff) | |
download | aports-70ac78a1493c3d1f8231228a732e826f01e32b03.tar.bz2 aports-70ac78a1493c3d1f8231228a732e826f01e32b03.tar.xz |
community/julia: disable until we fix it
Their crappy broken makefile-based build system really makes me
crazy... >_<
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 0a3e707760..d0b9563322 100644 --- a/community/julia/APKBUILD +++ b/community/julia/APKBUILD @@ -10,7 +10,7 @@ pkgrel=0 pkgdesc="A high-level, high-performance dynamic language for technical computing" url="http://julialang.org" # x86: no libunwind package -arch="x86_64" +arch="" license="MIT" depends="arpack dsfmt |