harminv: add v1.4.2 and update URL to maintained git repository (#36062)

This commit is contained in:
Alec Scott 2023-03-20 00:36:25 -07:00 committed by GitHub
parent b8b6ae42a0
commit 8c4265f033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ class Harminv(AutotoolsPackage):
exponentially decaying) in a given bandwidth, it determines the exponentially decaying) in a given bandwidth, it determines the
frequencies, decay constants, amplitudes, and phases of those sinusoids.""" frequencies, decay constants, amplitudes, and phases of those sinusoids."""
homepage = "http://ab-initio.mit.edu/wiki/index.php/Harminv" homepage = "https://github.com/NanoComp/harminv"
url = "http://ab-initio.mit.edu/harminv/harminv-1.4.tar.gz" url = "https://github.com/NanoComp/harminv/releases/download/v1.4.2/harminv-1.4.2.tar.gz"
list_url = "http://ab-initio.mit.edu/harminv/old"
version("1.4", sha256="e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670") version("1.4.2", sha256="5a9a1bf710972442f065d0d62c62d0c4ec3da4a3696d7160a35602c9470bc7a2")
version("1.4.1", sha256="e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670")
depends_on("blas") depends_on("blas")
depends_on("lapack") depends_on("lapack")