From 6cfa2415d8c5ef9eaf568185594a456e9443d748 Mon Sep 17 00:00:00 2001 From: Seong-Ryong Koh <s.koh@fz-juelich.de> Date: Fri, 16 Dec 2022 15:51:18 +0100 Subject: [PATCH] {math}[intel-para/2022a] Harminv v1.4.1 --- .../h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb diff --git a/Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb b/Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb deleted file mode 100644 index a5c8d4af6..000000000 --- a/Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb +++ /dev/null @@ -1,26 +0,0 @@ -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': 'gpsmpi', '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 - -dependencies = [('FlexiBLAS', '3.2.0')] - -configopts = "--with-pic " -configopts += "--with-blas=flexiblas --with-lapack=lapacke " -configopts += "--enable-shared" - -moduleclass = 'math' -- GitLab