Skip to content
Snippets Groups Projects
Commit 6222bc1d authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'sk-Harminv' into '2023'

{math}[intel-para/2022a] Harminv v1.4.1

See merge request software-team/easybuild!1515
parents aee814ba 6cfa2415
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'Harminv'
version = '1.4.1'
homepage = 'http://ab-initio.mit.edu/wiki/index.php/Harminv'
description = """
Harminv is a free program (and accompanying library) 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.
"""
toolchain = {'name': 'intel-para', 'version': '2022a'}
toolchainopts = {'opt': True, 'unroll': True, 'optarch': True, 'pic': True, 'cstd': 'c99'}
source_urls = ['https://github.com/stevengj/harminv/releases/download/v%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670'] # v1.4.1.tar.gz
configopts = "--with-pic --with-blas=mkl_em64t --with-lapack=mkl_em64t --enable-shared"
moduleclass = 'math'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment