aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <seb@saffron.(none)>2009-04-17 16:03:40 +0100
committerSebastien Fabbro <seb@saffron.(none)>2009-04-17 16:05:22 +0100
commit56f70e87c446786a5a7eb20b53edb3861139ca8c (patch)
tree850101a622824dde3897fa5899af39837c75405b /sci-libs/lapackpp
parentimporting opend from the main tree (diff)
downloadsci-56f70e87c446786a5a7eb20b53edb3861139ca8c.tar.gz
sci-56f70e87c446786a5a7eb20b53edb3861139ca8c.tar.bz2
sci-56f70e87c446786a5a7eb20b53edb3861139ca8c.zip
Bump
Diffstat (limited to 'sci-libs/lapackpp')
-rw-r--r--sci-libs/lapackpp/ChangeLog8
-rw-r--r--sci-libs/lapackpp/Manifest8
-rw-r--r--sci-libs/lapackpp/lapackpp-2.5.3.ebuild (renamed from sci-libs/lapackpp/lapackpp-2.5.2.ebuild)28
-rw-r--r--sci-libs/lapackpp/metadata.xml21
4 files changed, 40 insertions, 25 deletions
diff --git a/sci-libs/lapackpp/ChangeLog b/sci-libs/lapackpp/ChangeLog
index 1907c6acc..1efbcc350 100644
--- a/sci-libs/lapackpp/ChangeLog
+++ b/sci-libs/lapackpp/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for sci-libs/lapackpp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*lapackpp-2.5.3 (17 Apr 2009)
+
+ 17 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+ -lapackpp-2.5.2.ebuild, +lapackpp-2.5.3.ebuild:
+ Bump, thanks Nick Fortino for his input
+
13 May 2008; Markus Dittrich <markusle@gentoo.org> lapackpp-2.5.2.ebuild:
Fixed recursive dohtml (see bug #221905).
diff --git a/sci-libs/lapackpp/Manifest b/sci-libs/lapackpp/Manifest
index 26393dcc3..ee5322bc4 100644
--- a/sci-libs/lapackpp/Manifest
+++ b/sci-libs/lapackpp/Manifest
@@ -1,4 +1,4 @@
-DIST lapackpp-2.5.2.tar.gz 571096 RMD160 4afe2d18d78450b8ad11ed350b597a2eab09ad38 SHA1 24a5867cf5cea4c3505597beb85121f71a342561 SHA256 f79c985801e1de9d8b5165894c60fd3b08818e9b0a406ff29fe48783a5134a9c
-EBUILD lapackpp-2.5.2.ebuild 885 RMD160 93500d3b368590f738046eee03474fd686a4afaf SHA1 4221b489deebada49b262f07c581586e01b3e55d SHA256 482a48a4ff92e7b1f10857c8cd65a6c29ba1508650779cad6ce9cde7e4f414a4
-MISC ChangeLog 353 RMD160 6bf096f2449a5cf3c422490497e109d8e118be08 SHA1 676f7087968e907057aa205ea29ea128bf27efdd SHA256 4f1d756ca85285bbc2488b04c11528ebe591a7466fb639525d44548f26007c0a
-MISC metadata.xml 843 RMD160 6ae5c4725768374a0d9b1b511230693c2056e005 SHA1 74da47532a68ad6a64e515d8793c7e4d08fda448 SHA256 91ec444b6dd8603a84b473e8272d4b7b0c10bd6641b12506627fcf86cecf4ed8
+DIST lapackpp-2.5.3.tar.gz 571923 RMD160 8de5d07672e7701e4a7579cbd5d6934603c9eb1a SHA1 4a821b5e3d372f929efdc7d0f4da48f60b00f347 SHA256 7ef4cb4b4768bb6227f5f95b33d3ff93f6ddcd4fbf8a661917bb538b1554daeb
+EBUILD lapackpp-2.5.3.ebuild 1015 RMD160 fa7dbc2392d8959afc2692de6b0e64b6bf382ab4 SHA1 40b7ee2e2884943c71a394962422965ba2d81f1a SHA256 057cb0b1c238e4f4735688e98cc2574e283228f683a17a7a86ed24adaee67762
+MISC ChangeLog 546 RMD160 934a9d7fe378662467b1069a594775fb7e9e7b90 SHA1 7e8b468fd2d353d093e93622e702b747a13b20f8 SHA256 0a88f5a60a85da5ff322193b641331a5fe169c1e77de3f3dc68550bd05538d66
+MISC metadata.xml 861 RMD160 31247a7227dbc1009bfe0e4f3dbf50aba7575191 SHA1 69950c657e0989c5db3061d10e1c6944ed1713b9 SHA256 53d0adf04dd809f3f04ac73ed9e668a522b4cdcfbf9eb5375516910b2375aa32
diff --git a/sci-libs/lapackpp/lapackpp-2.5.2.ebuild b/sci-libs/lapackpp/lapackpp-2.5.3.ebuild
index c089ef4db..0a44a6fda 100644
--- a/sci-libs/lapackpp/lapackpp-2.5.2.ebuild
+++ b/sci-libs/lapackpp/lapackpp-2.5.3.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-DESCRIPTION="C++ wrapper for LAPACK"
+EAPI=2
+
+DESCRIPTION="C++ wrapper for LAPACK libraries"
HOMEPAGE="http://lapackpp.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2"
+LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -15,15 +17,23 @@ RDEPEND="virtual/blas
virtual/lapack"
DEPEND="${DEPEND}
dev-util/pkgconfig
- doc? ( app-doc/doxygen )"
+ doc? ( app-doc/doxygen[latex] )"
-src_compile() {
+src_prepare() {
+ # Parallel build issues
+ sed -i 's/\bmake\b/$(MAKE)/' Makefile.in || die
+}
+
+src_configure() {
econf \
--disable-atlas \
+ --enable-static \
--with-blas="$(pkg-config --libs blas)" \
- --with-lapack="$(pkg-config --libs lapack)" \
- || die "econf failed"
- emake || die "emake failed"
+ --with-lapack="$(pkg-config --libs lapack)"
+}
+
+src_compile() {
+ default_src_compile
if use doc; then
emake srcdoc || die "emake srcdoc failed"
fi
@@ -31,7 +41,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc NEWS README ChangeLog AUTHORS || die "dodoc failed"
+ dodoc NEWS MAINTAINER RELEASE.NOTES README ChangeLog AUTHORS
if use doc; then
dohtml -r api-doc/html/* || die "dohtml failed"
fi
diff --git a/sci-libs/lapackpp/metadata.xml b/sci-libs/lapackpp/metadata.xml
index 96625413a..717c30874 100644
--- a/sci-libs/lapackpp/metadata.xml
+++ b/sci-libs/lapackpp/metadata.xml
@@ -3,16 +3,15 @@
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
-LAPACK++ (Linear Algebra PACKage in C++) is a software library for
-numerical linear algebra that solves systems of linear equations and eigenvalue
-problems on high performance computer architectures.
-
-Computational support is provided for supports various matrix classes
-for vectors, non-symmetric matrices, SPD matrices, symmetric matrices,
-banded, triangular, and tridiagonal matrices; however, it does not include all
-of the capabilities of original f77 LAPACK. Emphasis is given to
-routines for solving linear systems consisting of non-symmetric matrices,
-symmetric positive definite systems, and solving linear least-square
-systems.
+ LAPACK++ (Linear Algebra PACKage in C++) is a software library for
+ numerical linear algebra that solves systems of linear equations and
+ eigenvalue problems on high performance computer architectures.
+ Computational support is provided for supports various matrix classes
+ for vectors, non-symmetric matrices, SPD matrices, symmetric matrices,
+ banded, triangular, and tridiagonal matrices; however, it does not
+ include all of the capabilities of original f77 LAPACK. Emphasis is
+ given to routines for solving linear systems consisting of non-symmetric
+ matrices, symmetric positive definite systems, and solving linear
+ least-square systems.
</longdescription>
</pkgmetadata>