Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/julia/
Date: Wed, 23 Sep 2015 12:48:37
Message-Id: 1443011019.aba06ded6467ed9b50abaffc71614a2bc5637c31.jlec@gentoo
1 commit: aba06ded6467ed9b50abaffc71614a2bc5637c31
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:23:39 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:23:39 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aba06ded
7
8 dev-lang/julia: Use default functions
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-lang/julia/julia-9999.ebuild | 6 +-----
14 dev-lang/julia/metadata.xml | 6 +++---
15 2 files changed, 4 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild
18 index 03d3bb0..e86777c 100644
19 --- a/dev-lang/julia/julia-9999.ebuild
20 +++ b/dev-lang/julia/julia-9999.ebuild
21 @@ -147,15 +147,11 @@ src_configure() {
22 src_compile() {
23 emake julia-release
24 pax-mark m $(file usr/bin/julia* | awk -F : '/ELF/ {print $1}')
25 - emake
26 + default
27 use doc && emake -C doc html
28 use emacs && elisp-compile contrib/julia-mode.el
29 }
30
31 -src_test() {
32 - emake test
33 -}
34 -
35 src_install() {
36 emake install prefix="${ED}/usr"
37 cat > 99julia <<-EOF
38
39 diff --git a/dev-lang/julia/metadata.xml b/dev-lang/julia/metadata.xml
40 index 0957660..abfa1f5 100644
41 --- a/dev-lang/julia/metadata.xml
42 +++ b/dev-lang/julia/metadata.xml
43 @@ -14,8 +14,8 @@
44 around defining functions, and overloading them for different combinations
45 of argument types (which can also be user-defined).
46 </longdescription>
47 -<use>
48 - <flag name="int64">Build with 64 bits integer blas and lapack (needs
49 + <use>
50 + <flag name="int64">Build with 64 bits integer blas and lapack (needs
51 <pkg>sci-libs/openblas</pkg> and <pkg>sci-libs/lapack-reference</pkg>)</flag>
52 -</use>
53 + </use>
54 </pkgmetadata>