* [gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/, sci-physics/harminv/files/
@ 2019-09-01 19:07 Matt Turner
0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2019-09-01 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 0c0f6a0dcd2171b4c9370a7b700a82abb99dd645
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 19:04:10 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 19:06:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0f6a0d
sci-physics/harminv: Remove
Bug: https://bugs.gentoo.org/685540
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sci-physics/harminv/Manifest | 1 -
.../harminv/files/harminv-1.3.1-configure.ac.patch | 31 --------------------
sci-physics/harminv/harminv-1.3.1-r1.ebuild | 33 ----------------------
sci-physics/harminv/metadata.xml | 15 ----------
4 files changed, 80 deletions(-)
diff --git a/sci-physics/harminv/Manifest b/sci-physics/harminv/Manifest
deleted file mode 100644
index 6056b1ba0cb..00000000000
--- a/sci-physics/harminv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST harminv-1.3.1.tar.gz 327832 BLAKE2B 5aa80f6cde0409d4daaaf9923e17a97a5592321e5d3c671d6ae07e68e62d42e987e51944ecb3d27fe1bff3cab0754c6e6ec8565e1c5ba34471896f2d6bdee0e7 SHA512 7dc1c2f658d9722cd64558a702f04409d10b87cb4ff7247c2fbd7f8d9a24387fef1b8ba4b7b183727bef21891c32d27d83aaa3607d063f8ad60702be4bfe5c3c
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
deleted file mode 100644
index 508a8c17790..00000000000
--- a/sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- 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"
- AC_SUBST(SHARED_VERSION_INFO)
--AM_ENABLE_SHARED(no) dnl shared libs cause too many headaches to be default
-+AM_ENABLE_SHARED(yes) dnl shared libs cause too many headaches to be default
-
- ##############################################################################
-
-@@ -123,9 +123,16 @@
- ###########################################################################
-
- # Checks for BLAS/LAPACK libraries:
--
--ACX_BLAS([], [AC_MSG_ERROR([BLAS library not found])])
--ACX_LAPACK([], [AC_MSG_ERROR([LAPACK library not found])])
-+sinclude(acx_blas.m4)
-+ACX_BLAS
-+if test x"$BLAS_LIBS" = x ; then
-+ AC_MSG_ERROR([BLAS library not found])
-+fi
-+sinclude(acx_lapack.m4)
-+ACX_LAPACK
-+if test x"$LAPACK_LIBS" = x ; then
-+ AC_MSG_ERROR([LAPACK library not found])
-+fi
-
- LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
-
diff --git a/sci-physics/harminv/harminv-1.3.1-r1.ebuild b/sci-physics/harminv/harminv-1.3.1-r1.ebuild
deleted file mode 100644
index 396cc6fe844..00000000000
--- a/sci-physics/harminv/harminv-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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)"
-}
diff --git a/sci-physics/harminv/metadata.xml b/sci-physics/harminv/metadata.xml
deleted file mode 100644
index 5ddaae490a9..00000000000
--- a/sci-physics/harminv/metadata.xml
+++ /dev/null
@@ -1,15 +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-physics@gentoo.org</email>
- <name>Gentoo Physics Project</name>
- </maintainer>
- <longdescription lang="en">
- Harminv is a program to solve the problem of harmonic inversion,
- given a discrete-time, finite-length signal that consists of a sum of
- finitely-many sinusoids (possibly exponentially decaying) in a given
- bandwidth, it determines the frequencies, decay constants, amplitudes,
- and phases of those sinusoids.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-01 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-01 19:07 [gentoo-commits] repo/gentoo:master commit in: sci-physics/harminv/, sci-physics/harminv/files/ Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox