summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-11-04 11:05:01 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-11-04 11:05:01 +0000
commitc9c68c77a97413a3758bf4f641301bee05b5077b (patch)
tree261762ffaa028f9d4c2ae24de2fbdb55f02f0979 /sci-mathematics/octave
parentDefine src_test(). Update HOMEPAGE. Support Python 3. (diff)
downloadhistorical-c9c68c77a97413a3758bf4f641301bee05b5077b.tar.gz
historical-c9c68c77a97413a3758bf4f641301bee05b5077b.tar.bz2
historical-c9c68c77a97413a3758bf4f641301bee05b5077b.zip
Added arpack to list of sparse matrix dependencies (#277171).
Package-Manager: portage-2.1.7.3/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r--sci-mathematics/octave/ChangeLog5
-rw-r--r--sci-mathematics/octave/Manifest4
-rw-r--r--sci-mathematics/octave/octave-3.2.0.ebuild5
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index 61fc1ff0cd9c..00f6bfb5c3e5 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/octave
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.77 2009/10/12 20:06:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.78 2009/11/04 11:05:01 markusle Exp $
+
+ 04 Nov 2009; Markus Dittrich <markusle@gentoo.org> octave-3.2.0.ebuild:
+ Added arpack to list of sparse matrix dependencies (#277171).
12 Oct 2009; Jeroen Roovers <jer@gentoo.org> octave-3.0.3.ebuild:
Stable for HPPA (bug #245707).
diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest
index 3eb21675a96f..4f5fcaf5a64f 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -23,6 +23,6 @@ EBUILD octave-2.1.73-r1.ebuild 4414 RMD160 214ba0c7d64fdfda139c8f3b90cf635d22386
EBUILD octave-2.1.73-r2.ebuild 4593 RMD160 57768e35057cf967aad85d0be56f9381f6c35b9b SHA1 350720616d3ddbae4a337269f429a82704c1cd8c SHA256 88059be54c26282937ffdbab146661ca6d089520ec66457fc127793fe236b610
EBUILD octave-2.1.73.ebuild 4254 RMD160 fedeb9bb23ddcc88b60ac4110975834b3e254d13 SHA1 b19e77a0ef495ae0e09e6b750f2307357e154db2 SHA256 121a531d99733d9b8e53f26574caf52dd1c3d34ab15ab2b981061ef9bf8b245c
EBUILD octave-3.0.3.ebuild 2681 RMD160 b2b31461e4b4fa71b5d4a9cd3c7616f005165958 SHA1 3ccfbfca3c9c8c5d0c9ae81b9bf0f26118c696d1 SHA256 190ff7f058e1bfc39c267511a16f91cda59e718b4e457fdf90c1eb3dc63b729a
-EBUILD octave-3.2.0.ebuild 2495 RMD160 b91d2f5a51f372b068cdc066a58d7c9640de44a5 SHA1 c0f0736ffa2d2bc6a249f137b8a5847ac5ca86cc SHA256 44329a1e7fe0f1da54b0b07af2acd4d8d5322db49ff8e88111c2ca1750eb6900
-MISC ChangeLog 20522 RMD160 81cf37a5ae30bf244fbe9179d3213ce9b588e3fa SHA1 34453be15b546ff93712f9b949730b8d36910238 SHA256 487a6c430ba7c3c9ef89ccdb6f83efe33dc9d3091fa228ca1a2ab822d6f35e3c
+EBUILD octave-3.2.0.ebuild 2522 RMD160 b9676c92b4ddabb88a1a602914ab495dfbcbd08d SHA1 66b062d573e5705908c8a5206b86a9be15f1af1e SHA256 43a60443d1dd8e42a0c25fa0933f321b88f6bf302d977c003bfaad5bdb4fe212
+MISC ChangeLog 20666 RMD160 61c883ed83d6a5430a2a385429bb8841c030ca47 SHA1 51fc549f4b44a9bd65895721cd4ab85f4be6e7f1 SHA256 30ffe3f0278ae5f65e3f7728716832d7ce8de7bf826dea0593d1325d861885ef
MISC metadata.xml 260 RMD160 27a4292b758e1199d0092b731cba79033f1b4167 SHA1 9997a99a4d6115f3b901208ba711d735ce9be36e SHA256 5fda55fd44bfec5755e1c3ac828887c37f0eebed6b3b972454e123ac2472d3ff
diff --git a/sci-mathematics/octave/octave-3.2.0.ebuild b/sci-mathematics/octave/octave-3.2.0.ebuild
index f73478e57a4e..2fdbfa2bc251 100644
--- a/sci-mathematics/octave/octave-3.2.0.ebuild
+++ b/sci-mathematics/octave/octave-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.6 2009/09/09 02:59:39 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.7 2009/11/04 11:05:01 markusle Exp $
EAPI="2"
inherit flag-o-matic fortran xemacs-elisp-common
@@ -26,6 +26,7 @@ RDEPEND="virtual/lapack
curl? ( net-misc/curl )
xemacs? ( app-editors/xemacs )
sparse? ( sci-libs/umfpack
+ sci-libs/arpack
sci-libs/colamd
sci-libs/camd
sci-libs/ccolamd
@@ -53,13 +54,13 @@ src_configure() {
econf \
--localstatedir=/var/state/octave \
--enable-shared \
- --without-arpack \
--with-blas="$(pkg-config --libs blas)" \
--with-lapack="$(pkg-config --libs lapack)" \
$(use_with hdf5) \
$(use_with curl) \
$(use_with zlib) \
$(use_with fftw) \
+ $(use_with sparse arpack) \
$(use_with sparse umfpack) \
$(use_with sparse colamd) \
$(use_with sparse ccolamd) \