Skip to content

Commit

Permalink
dev-lang/julia: Add new dependency, fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ustcscgy committed Mar 8, 2015
1 parent 96db686 commit 4ce349c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dev-lang/julia/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-lang/julia
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

08 Mar 2015; zcj <ustcscgy@163.com> julia-9999.ebuild:
dev-lang/julia: Add new dependency, fix build.

13 Sep 2014; Mark Wright <gienah@gentoo.org> julia-9999.ebuild:
Add int64 use flag to julia-9999.ebuild. Depend on
>=virtual/blas-2.1-r2[int64?] and >=virtual/lapack-3.5-r2[int64?]. Fixes
Expand Down
6 changes: 4 additions & 2 deletions dev-lang/julia/julia-9999.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

Expand All @@ -21,6 +21,7 @@ RDEPEND="
dev-libs/double-conversion:0=
dev-libs/gmp:0=
dev-libs/libpcre:3=
>=dev-libs/libgit2-0.21
dev-libs/mpfr:0=
dev-libs/utf8proc:0=
sci-libs/arpack:0=
Expand All @@ -32,7 +33,7 @@ RDEPEND="
sci-libs/spqr:0=
sci-libs/umfpack:0=
sci-mathematics/glpk:0=
=sys-devel/llvm-3.4*
>=sys-devel/llvm-3.4
>=sys-libs/libunwind-1.1:7=
sys-libs/readline:0=
sys-libs/zlib:0=
Expand Down Expand Up @@ -120,6 +121,7 @@ src_configure() {
USE_SYSTEM_GMP=1
USE_SYSTEM_GRISU=1
USE_SYSTEM_LAPACK=1
USE_SYSTEM_LIBGIT2=1
USE_SYSTEM_LIBM=0
USE_SYSTEM_LIBUNWIND=1
USE_SYSTEM_LIBUV=0
Expand Down

0 comments on commit 4ce349c

Please sign in to comment.