public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/
@ 2012-01-24 21:50 Sebastien Fabbro
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2012-01-24 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2d34eba65d33aaefb75f5d79c02f564f4df021a2
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Tue Jan 24 17:18:37 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 17:18:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d34eba6

sci-libs/lapackpp: Version bump

(Portage version: 2.1.10.41/git/Linux x86_64, unsigned Manifest commit)

---
 sci-libs/lapackpp/ChangeLog                        |    8 ++++++-
 ...lapackpp-2.5.3.ebuild => lapackpp-2.5.4.ebuild} |   21 +++++++------------
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/sci-libs/lapackpp/ChangeLog b/sci-libs/lapackpp/ChangeLog
index b6feef7..3693bdb 100644
--- a/sci-libs/lapackpp/ChangeLog
+++ b/sci-libs/lapackpp/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-libs/lapackpp
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*lapackpp-2.5.4 (24 Jan 2012)
+
+  24 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -lapackpp-2.5.3.ebuild,
+  +lapackpp-2.5.4.ebuild:
+  Version bump
+
   20 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org>
   lapackpp-2.5.3.ebuild:
   Fix DEPEND line

diff --git a/sci-libs/lapackpp/lapackpp-2.5.3.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
similarity index 64%
rename from sci-libs/lapackpp/lapackpp-2.5.3.ebuild
rename to sci-libs/lapackpp/lapackpp-2.5.4.ebuild
index e38ab87..c339882 100644
--- a/sci-libs/lapackpp/lapackpp-2.5.3.ebuild
+++ b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 DESCRIPTION="C++ wrapper for LAPACK libraries"
 HOMEPAGE="http://lapackpp.sourceforge.net"
@@ -11,7 +11,7 @@ LICENSE="LGPL-2.1"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+IUSE="doc static-libs"
 
 RDEPEND="virtual/blas
 	virtual/lapack"
@@ -26,23 +26,18 @@ src_prepare() {
 
 src_configure() {
 	econf \
+		$(use_enable static-libs static) \
 		--disable-atlas \
-		--enable-static \
 		--with-blas="$(pkg-config --libs blas)" \
 		--with-lapack="$(pkg-config --libs lapack)"
 }
 
 src_compile() {
-	default_src_compile
-	if use doc; then
-		emake srcdoc || die "emake srcdoc failed"
-	fi
+	default
+	use doc && emake srcdoc
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc NEWS MAINTAINER RELEASE.NOTES README ChangeLog AUTHORS
-	if use doc; then
-		dohtml -r api-doc/html/* || die "dohtml failed"
-	fi
+	default
+	use doc && dohtml -r api-doc/html/*
 }



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/
@ 2012-12-13  0:10 Sebastien Fabbro
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2012-12-13  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d63a3faa87cf95a0e8f3628e259aaa493deaad6a
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 22:57:47 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 22:57:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d63a3faa

sci-libs/lapackpp: Use latest pkg-config

Package-Manager: portage-2.2.01.21418-prefix

---
 sci-libs/lapackpp/ChangeLog             |    4 +++-
 sci-libs/lapackpp/lapackpp-2.5.4.ebuild |   14 +++++++++-----
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/sci-libs/lapackpp/ChangeLog b/sci-libs/lapackpp/ChangeLog
index 3693bdb..53d273f 100644
--- a/sci-libs/lapackpp/ChangeLog
+++ b/sci-libs/lapackpp/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> lapackpp-2.5.4.ebuild:
+  sci-libs/lapackpp: Use latest pkg-config
+
 *lapackpp-2.5.4 (24 Jan 2012)
 
   24 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> -lapackpp-2.5.3.ebuild,
@@ -24,4 +27,3 @@
   20 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
   +lapackpp-2.5.2.ebuild, +metadata.xml:
   Initial import
-

diff --git a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
index c339882..dcb5ee5 100644
--- a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
+++ b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
@@ -4,19 +4,23 @@
 
 EAPI=4
 
+inherit toolchain-funcs
+
 DESCRIPTION="C++ wrapper for LAPACK libraries"
 HOMEPAGE="http://lapackpp.sourceforge.net"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
 LICENSE="LGPL-2.1"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc static-libs"
 
-RDEPEND="virtual/blas
+RDEPEND="
+	virtual/blas
 	virtual/lapack"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( app-doc/doxygen[latex] )"
 
 src_prepare() {
@@ -28,8 +32,8 @@ src_configure() {
 	econf \
 		$(use_enable static-libs static) \
 		--disable-atlas \
-		--with-blas="$(pkg-config --libs blas)" \
-		--with-lapack="$(pkg-config --libs lapack)"
+		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
+		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
 }
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/
@ 2015-06-08 12:19 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5e2ca910cb4aa6871d605f7ff896317f3503617e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 11:39:07 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 11:39:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e2ca910

sci-libs/lapackpp: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sci-libs/lapackpp/ChangeLog    | 5 ++++-
 sci-libs/lapackpp/metadata.xml | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/sci-libs/lapackpp/ChangeLog b/sci-libs/lapackpp/ChangeLog
index 53d273f..f467421 100644
--- a/sci-libs/lapackpp/ChangeLog
+++ b/sci-libs/lapackpp/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/lapackpp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sci-libs/lapackpp: Updating remote-id in metadata.xml
+
   12 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> lapackpp-2.5.4.ebuild:
   sci-libs/lapackpp: Use latest pkg-config
 

diff --git a/sci-libs/lapackpp/metadata.xml b/sci-libs/lapackpp/metadata.xml
index 717c308..5789093 100644
--- a/sci-libs/lapackpp/metadata.xml
+++ b/sci-libs/lapackpp/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <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.
@@ -14,4 +14,7 @@
   matrices, symmetric positive definite systems, and solving linear
   least-square systems. 
 </longdescription>
+  <upstream>
+    <remote-id type="sourceforge">lapackpp</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/
@ 2015-09-15 13:34 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-15 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     766cd9beb2f06f696928c56395dddcca48f0013c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Sep 15 09:37:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 09:37:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=766cd9be

sci-libs/lapackpp: Move to EAPI=5

Package-Manager: portage-2.2.20.1

 sci-libs/lapackpp/ChangeLog             | 3 +++
 sci-libs/lapackpp/lapackpp-2.5.4.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-libs/lapackpp/ChangeLog b/sci-libs/lapackpp/ChangeLog
index 5ab101e..0927c44 100644
--- a/sci-libs/lapackpp/ChangeLog
+++ b/sci-libs/lapackpp/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  15 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> lapackpp-2.5.4.ebuild:
+  sci-libs/lapackpp: Move to EAPI=5
+
   08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   sci-libs/lapackpp: Updating remote-id in metadata.xml
 

diff --git a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
index b61e5cf..5d563ef 100644
--- a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
+++ b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 inherit toolchain-funcs
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/
@ 2020-10-01 15:26 Aisha Tammy
  0 siblings, 0 replies; 5+ messages in thread
From: Aisha Tammy @ 2020-10-01 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a478b2a3cd5be6c2a4015e44d4fa0db90858a471
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Oct  1 15:25:54 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Oct  1 15:25:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a478b2a3

sci-libs/lapackpp: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-libs/lapackpp/lapackpp-2.5.4.ebuild | 46 ---------------------------------
 sci-libs/lapackpp/metadata.xml          | 23 -----------------
 2 files changed, 69 deletions(-)

diff --git a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild b/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
deleted file mode 100644
index 0b04b4ba1..000000000
--- a/sci-libs/lapackpp/lapackpp-2.5.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="C++ wrapper for LAPACK libraries"
-HOMEPAGE="http://lapackpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-RDEPEND="
-	virtual/blas
-	virtual/lapack"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen[latex] )"
-
-src_prepare() {
-	# Parallel build issues
-	sed -i 's/\bmake\b/$(MAKE)/' Makefile.in || die
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--disable-atlas \
-		--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
-		--with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
-}
-
-src_compile() {
-	default
-	use doc && emake srcdoc
-}
-
-src_install() {
-	default
-	use doc && dohtml -r api-doc/html/*
-}

diff --git a/sci-libs/lapackpp/metadata.xml b/sci-libs/lapackpp/metadata.xml
deleted file mode 100644
index 762285c1d..000000000
--- a/sci-libs/lapackpp/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<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.
-</longdescription>
-	<upstream>
-		<remote-id type="sourceforge">lapackpp</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-01 15:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01 15:26 [gentoo-commits] proj/sci:master commit in: sci-libs/lapackpp/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2015-09-15 13:34 Justin Lecher
2015-06-08 12:19 Justin Lecher
2012-12-13  0:10 Sebastien Fabbro
2012-01-24 21:50 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox