From 99b3a4d623d510c5299fe6fd41d980944cf68a37 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 19 Feb 2019 19:15:34 +0100 Subject: [PATCH] julia: drop ppc64le This has been broken since 1.1.x and nobody seems to be fixing it, so drop. Other distros have done so already, and the fix seems to be non-trivial. Might reintroduce if it's fixed sometime. [ci skip] --- srcpkgs/julia/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/julia/template b/srcpkgs/julia/template index bd3cc986289..3f35d555d4b 100644 --- a/srcpkgs/julia/template +++ b/srcpkgs/julia/template @@ -2,7 +2,7 @@ pkgname=julia version=1.1.1 revision=2 -archs="i686* x86_64* ppc64le*" +archs="i686* x86_64*" build_style=gnu-makefile make_build_args="prefix=/usr sysconfdir=/etc USE_SYSTEM_LLVM=0 USE_LLVM_SHLIB=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 USE_SYSTEM_GMP=1