* [gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/files/, sci-physics/harminv/
@ 2016-11-14 17:36 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-11-14 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 1c54d75d8b9f76664d6d88694d308f90182d00a2
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Nov 12 15:23:22 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 17:30:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c54d75d
sci-physics/harminv-1.3.1-r1: EAPI bump 4 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2822
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../harminv/files/harminv-1.3.1-configure.ac.patch | 4 +--
sci-physics/harminv/harminv-1.3.1-r1.ebuild | 34 ++++++++++++++++++++++
2 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch b/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
index 2830d5b..508a8c1 100644
--- a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
+++ b/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
@@ -1,5 +1,5 @@
---- configure.ac.orig 2007-09-27 09:27:28.731439558 +0100
-+++ configure.ac 2007-09-27 09:37:45.755835491 +0100
+--- a/configure.ac
++++ b/configure.ac
@@ -9,7 +9,7 @@
# *not* the same as the "public" version number. CURRENT:REVISION:AGE
SHARED_VERSION_INFO="2:4:0"
diff --git a/sci-physics/harminv/harminv-1.3.1-r1.ebuild b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
new file mode 100644
index 00000000..a7bacff
--- /dev/null
+++ b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Extraction of complex frequencies and amplitudes from time series"
+HOMEPAGE="http://ab-initio.mit.edu/harminv/"
+SRC_URI="http://ab-initio.mit.edu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND="virtual/lapack"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${P}-configure.ac.patch )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
+ --with-lapack="$($(tc-getPKG_CONFIG) --libs lapack)"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-14 17:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-14 17:36 [gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/files/, sci-physics/harminv/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox