From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 077A613877A for ; Wed, 27 Aug 2014 04:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00EA4E088A; Wed, 27 Aug 2014 04:33:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE4A5E088A for ; Wed, 27 Aug 2014 04:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A2AC340083 for ; Wed, 27 Aug 2014 04:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D513F1F for ; Wed, 27 Aug 2014 04:33:21 +0000 (UTC) From: "Francois Bissey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francois Bissey" Message-ID: <1409113959.e04237a3380a5df2fbe4a71e4aee1f11588e3319.fbissey@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/julia/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/julia/ChangeLog dev-lang/julia/julia-9999.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: fbissey X-VCS-Committer-Name: Francois Bissey X-VCS-Revision: e04237a3380a5df2fbe4a71e4aee1f11588e3319 X-VCS-Branch: master Date: Wed, 27 Aug 2014 04:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 316cad8b-9e00-45a7-add4-7dae0903e23a X-Archives-Hash: 144ba363dad75a2a0c18acb5a9dd4c33 commit: e04237a3380a5df2fbe4a71e4aee1f11588e3319 Author: François Bissey canterbury ac nz> AuthorDate: Wed Aug 27 04:32:39 2014 +0000 Commit: Francois Bissey massey ac nz> CommitDate: Wed Aug 27 04:32:39 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e04237a3 Bump dependency on llvm as in 0.3 Package-Manager: portage-2.2.10 --- dev-lang/julia/ChangeLog | 4 ++++ dev-lang/julia/julia-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-lang/julia/ChangeLog b/dev-lang/julia/ChangeLog index 9a0ecfe..c53e175 100644 --- a/dev-lang/julia/ChangeLog +++ b/dev-lang/julia/ChangeLog @@ -4,6 +4,10 @@ 27 Aug 2014; François Bissey julia-9999.ebuild: + Bump dependency on llvm as in 0.3 + + 27 Aug 2014; François Bissey + julia-9999.ebuild: Few fixes: julia wants threaded fftw; multilib-strict install; Added USE_BLAS64=0 to Make.user, some proprietary blas/lapack may be suitable for the other setting but we cannot count on julia to recognize support just based diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild index bac01db..69bff79 100644 --- a/dev-lang/julia/julia-9999.ebuild +++ b/dev-lang/julia/julia-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND=" sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= - =sys-devel/llvm-3.3* + =sys-devel/llvm-3.4* >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0=