Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.6.2.ebuild octave-3.2.4-r1.ebuild octave-3.6.0.ebuild
Date: Wed, 06 Jun 2012 21:31:43
Message-Id: 20120606213128.6F4482004B@flycatcher.gentoo.org
1 bicatali 12/06/06 21:31:28
2
3 Modified: ChangeLog
4 Added: octave-3.6.2.ebuild
5 Removed: octave-3.2.4-r1.ebuild octave-3.6.0.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.1.10.63/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.126 sci-mathematics/octave/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.126&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.126&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.125&r2=1.126
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
21 retrieving revision 1.125
22 retrieving revision 1.126
23 diff -u -r1.125 -r1.126
24 --- ChangeLog 4 May 2012 07:46:51 -0000 1.125
25 +++ ChangeLog 6 Jun 2012 21:31:28 -0000 1.126
26 @@ -1,6 +1,16 @@
27 # ChangeLog for sci-mathematics/octave
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.125 2012/05/04 07:46:51 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.126 2012/06/06 21:31:28 bicatali Exp $
31 +
32 +*octave-3.6.2 (06 Jun 2012)
33 +
34 + 06 Jun 2012; Sébastien Fabbro <bicatali@g.o>
35 + -files/octave-3.2.0_as_needed.patch, -files/octave-3.2.0_parallel_make.patch,
36 + -octave-3.2.4-r1.ebuild, -files/octave-3.2.4-curl-headers.patch,
37 + -files/octave-3.2.4-fltk-magic.patch, -files/octave-3.2.4-imread.patch,
38 + -files/octave-3.2.4-ldflags.patch, -octave-3.6.0.ebuild,
39 + +octave-3.6.2.ebuild:
40 + Version bump
41
42 04 May 2012; Jeff Horelick <jdhore@g.o> octave-3.2.4-r1.ebuild,
43 octave-3.4.3-r1.ebuild, octave-3.6.0.ebuild, octave-3.6.1.ebuild:
44
45
46
47 1.1 sci-mathematics/octave/octave-3.6.2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.6.2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: octave-3.6.2.ebuild
53 ===================================================================
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.2.ebuild,v 1.1 2012/06/06 21:31:28 bicatali Exp $
57
58 EAPI=4
59
60 AUTOTOOLS_AUTORECONF=yes
61 inherit autotools-utils toolchain-funcs
62
63 DESCRIPTION="High-level interactive language for numerical computations"
64 LICENSE="GPL-3"
65 HOMEPAGE="http://www.octave.org/"
66 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
67
68 SLOT="0"
69 IUSE="curl doc fftw +glpk gnuplot +imagemagick opengl +qhull +qrupdate
70 readline +sparse static-libs X zlib"
71 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
72
73 RDEPEND="dev-libs/libpcre
74 app-text/ghostscript-gpl
75 sys-libs/ncurses
76 virtual/lapack
77 curl? ( net-misc/curl )
78 fftw? ( sci-libs/fftw:3.0 )
79 glpk? ( sci-mathematics/glpk )
80 gnuplot? ( sci-visualization/gnuplot )
81 imagemagick? ( || (
82 media-gfx/graphicsmagick[cxx]
83 media-gfx/imagemagick[cxx] ) )
84 opengl? (
85 media-libs/freetype:2
86 media-libs/fontconfig
87 >=x11-libs/fltk-1.3:1[opengl] )
88 qhull? ( media-libs/qhull )
89 qrupdate? ( sci-libs/qrupdate )
90 readline? ( sys-libs/readline )
91 sparse? (
92 sci-libs/arpack
93 sci-libs/camd
94 sci-libs/ccolamd
95 sci-libs/cholmod
96 sci-libs/colamd
97 sci-libs/cxsparse
98 sci-libs/umfpack )
99 X? ( x11-libs/libX11 )
100 zlib? ( sys-libs/zlib )"
101
102 DEPEND="${RDEPEND}
103 doc? (
104 virtual/latex-base
105 dev-texlive/texlive-genericrecommended
106 sys-apps/texinfo )
107 dev-util/gperf
108 virtual/pkgconfig"
109
110 PATCHES=( "${FILESDIR}"/${PN}-3.4.3-{pkgbuilddir,help,texi}.patch )
111
112 src_configure() {
113 # occasional fail on install, force regeneration see bug #401189
114 rm -f doc/interpreter/contributors.texi || die
115
116 # hdf5 disabled because not really useful (bug #299876)
117 local myconf="--without-magick"
118 if use imagemagick; then
119 if has_version media-gfx/graphicsmagick[cxx]; then
120 myconf="--with-magick=GraphicsMagick"
121 else
122 myconf="--with-magick=ImageMagick"
123 fi
124 fi
125
126 local myeconfargs+=(
127 --localstatedir="${EPREFIX}/var/state/octave"
128 --without-hdf5
129 --with-blas="$(pkg-config --libs blas)"
130 --with-lapack="$(pkg-config --libs lapack)"
131 $(use_enable doc docs)
132 $(use_enable readline)
133 $(use_with curl)
134 $(use_with fftw fftw3)
135 $(use_with fftw fftw3f)
136 $(use_with glpk)
137 $(use_with opengl)
138 $(use_with qhull)
139 $(use_with qrupdate)
140 $(use_with sparse arpack)
141 $(use_with sparse umfpack)
142 $(use_with sparse colamd)
143 $(use_with sparse ccolamd)
144 $(use_with sparse cholmod)
145 $(use_with sparse cxsparse)
146 $(use_with X x)
147 $(use_with zlib z)
148 ${myconf}
149 )
150 autotools-utils_src_configure
151 }
152
153 src_install() {
154 autotools-utils_src_install
155 use doc && dodoc $(find doc -name \*.pdf)
156 [[ -e test/fntests.log ]] && dodoc test/fntests.log
157 echo "LDPATH=${EPREFIX}/usr/$(get_libdir)/${P}" > 99octave
158 doenvd 99octave
159 }