summaryrefslogtreecommitdiff
path: root/sci-physics/harminv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /sci-physics/harminv
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'sci-physics/harminv')
-rw-r--r--sci-physics/harminv/Manifest4
-rw-r--r--sci-physics/harminv/files/harminv-1.3.1-configure.ac.patch31
-rw-r--r--sci-physics/harminv/harminv-1.3.1-r1.ebuild33
-rw-r--r--sci-physics/harminv/metadata.xml15
4 files changed, 0 insertions, 83 deletions
diff --git a/sci-physics/harminv/Manifest b/sci-physics/harminv/Manifest
deleted file mode 100644
index 98b53f4c6021..000000000000
--- a/sci-physics/harminv/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX harminv-1.3.1-configure.ac.patch 965 BLAKE2B f5cebe4567fe94dd38d04c380bc4d1cfdfb8c84814ae70eeee6ec7524da9f4c6ec7538109562f0b7518194a357aedffbde14c6e53890a44aafc5c71b0cf1d7b6 SHA512 c177dae71d23df73f09d1754edfcbb464970b6bb987c46f880d3eee288ab69a293b885b85414b519a32323e8c5f83f853d68339eaed2b8d4c5734c5e55a96691
-DIST harminv-1.3.1.tar.gz 327832 BLAKE2B 5aa80f6cde0409d4daaaf9923e17a97a5592321e5d3c671d6ae07e68e62d42e987e51944ecb3d27fe1bff3cab0754c6e6ec8565e1c5ba34471896f2d6bdee0e7 SHA512 7dc1c2f658d9722cd64558a702f04409d10b87cb4ff7247c2fbd7f8d9a24387fef1b8ba4b7b183727bef21891c32d27d83aaa3607d063f8ad60702be4bfe5c3c
-EBUILD harminv-1.3.1-r1.ebuild 753 BLAKE2B 1da92a3b0405c4a7a4ea0d91a604b9ebce3c349e2a8f79010d3dc8075d77675e348d93d69dfb79776efab7cc34f4a55ef603b95c625b35e1f26a367a310bd77f SHA512 4eafc9b442d5463971bafcd57003073544117fa04510e42ed0e8d62032b072fee1e5d6d42c802596aed67371b66cc4647a7f814e2cde8c9334f0647e09d37729
-MISC metadata.xml 632 BLAKE2B 427eda18fb4a538628cf1854ee0c1e48a76997ffe248ec971c5324e53a847cc3c87dcdc76dab8fcc0c51589c17344f100a8dff8b3e2d201b0d91a57e7593ce70 SHA512 ec47048cde692010d9b562d430992630d9107e65d401a7f429a2e0658c8edaab2f200b2d84c233fe6481330c0ded1ff6672fd3b7b9f75a5130129e3037b9da9d
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 508a8c177902..000000000000
--- 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 396cc6fe8440..000000000000
--- 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 5ddaae490a92..000000000000
--- 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>