mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
26 lines
910 B
Plaintext
26 lines
910 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-08-21_15-12-59
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Harminv'
|
|
version = '1.4'
|
|
|
|
homepage = 'http://ab-initio.mit.edu/wiki/index.php/Harminv'
|
|
description = """Harminv is a free program (and aclocal_companying 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', 'version': '2015b'}
|
|
toolchainopts = {
|
|
'opt': True,
|
|
'unroll': True,
|
|
'optarch': True,
|
|
'pic': True,
|
|
'cstd': 'c99'}
|
|
|
|
source_urls = ['http://ab-initio.mit.edu/harminv/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
configopts = "--with-pic --with-blas=mkl_em64t --with-lapack=mkl_em64t --enable-shared"
|
|
|
|
moduleclass = 'math'
|