summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Scott <hi@alecbcs.com>2023-03-20 00:36:25 -0700
committerGitHub <noreply@github.com>2023-03-20 08:36:25 +0100
commit8c4265f033238ae1185fdb401412fa36420b67b5 (patch)
tree4195c77f78691a877d8332f66033ae3229c01abf
parentb8b6ae42a0be24287ab98f5984f078b3e4767867 (diff)
downloadspack-8c4265f033238ae1185fdb401412fa36420b67b5.tar.gz
spack-8c4265f033238ae1185fdb401412fa36420b67b5.tar.bz2
spack-8c4265f033238ae1185fdb401412fa36420b67b5.tar.xz
spack-8c4265f033238ae1185fdb401412fa36420b67b5.zip
harminv: add v1.4.2 and update URL to maintained git repository (#36062)
-rw-r--r--var/spack/repos/builtin/packages/harminv/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/harminv/package.py b/var/spack/repos/builtin/packages/harminv/package.py
index 5b4a5e55b7..8c3648f84f 100644
--- a/var/spack/repos/builtin/packages/harminv/package.py
+++ b/var/spack/repos/builtin/packages/harminv/package.py
@@ -13,11 +13,11 @@ class Harminv(AutotoolsPackage):
exponentially decaying) in a given bandwidth, it determines the
frequencies, decay constants, amplitudes, and phases of those sinusoids."""
- homepage = "http://ab-initio.mit.edu/wiki/index.php/Harminv"
- url = "http://ab-initio.mit.edu/harminv/harminv-1.4.tar.gz"
- list_url = "http://ab-initio.mit.edu/harminv/old"
+ homepage = "https://github.com/NanoComp/harminv"
+ url = "https://github.com/NanoComp/harminv/releases/download/v1.4.2/harminv-1.4.2.tar.gz"
- version("1.4", sha256="e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670")
+ version("1.4.2", sha256="5a9a1bf710972442f065d0d62c62d0c4ec3da4a3696d7160a35602c9470bc7a2")
+ version("1.4.1", sha256="e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670")
depends_on("blas")
depends_on("lapack")