Import harminv-1.3.1 as wip/harminv.

Harminv is a free 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.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2011-04-30 21:33:59 +00:00 committed by Thomas Klausner
parent 2ea10d750c
commit efb0c32275
4 changed files with 45 additions and 0 deletions

5
harminv/DESCR Normal file
View file

@ -0,0 +1,5 @@
Harminv is a free 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.

29
harminv/Makefile Normal file
View file

@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/04/30 21:33:59 jihbed Exp $
#
DISTNAME= harminv-1.3.1
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/harminv/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://ab-initio.mit.edu/wiki/index.php/Harminv
COMMENT= Solver of harmonic inversion
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++ fortran77
PKGCONFIG_OVERRIDE+= harminv.pc.in
EVAL_PREFIX+= MPCOMPLEX_PREFIX=mpc
CONFIGURE_ARGS+= --with-cxx=${MPCOMPLEX_PREFIX_PREFIX}/include
BUILDLINK_API_DEPENDS.mpcomplex+= mpcomplex>=0.8.2
.include "../../math/mpcomplex/buildlink3.mk"
.include "../../math/blas/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
harminv/PLIST Normal file
View file

@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/30 21:33:59 jihbed Exp $
bin/harminv
include/harminv.h
lib/libharminv.la
lib/pkgconfig/harminv.pc
man/man1/harminv.1

5
harminv/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/04/30 21:33:59 jihbed Exp $
SHA1 (harminv-1.3.1.tar.gz) = ef75161233df92393110b783d2945b5915c8291a
RMD160 (harminv-1.3.1.tar.gz) = 340de65da54b197f70adec43ecd2907a757d6d35
Size (harminv-1.3.1.tar.gz) = 327832 bytes