shtools: New version 4.10.1 (#35452)

This commit is contained in:
Erik Schnetter 2023-02-13 13:49:22 -05:00 committed by GitHub
parent c5d7ea04d0
commit 1a69d436e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Shtools(MakefilePackage):
maintainers("eschnett")
version("4.10.1", sha256="f4fb5c86841fe80136b520d2040149eafd4bc2d49da6b914d8a843b812f20b61")
version("4.9.1", sha256="5c22064f9daf6e9aa08cace182146993aa6b25a6ea593d92572c59f4013d53c2")
version("4.8", sha256="c36fc86810017e544abbfb12f8ddf6f101a1ac8b89856a76d7d9801ffc8dac44")
version("4.5", sha256="1975a2a2bcef8c527d321be08c13c2bc479e0d6b81c468a3203f95df59be4f89")
@ -24,12 +25,12 @@ class Shtools(MakefilePackage):
# The Makefile expects the "other" libtool, not the GNU libtool we have in
# Spack
patch("nolibtool.patch")
patch("nolibtool.patch", when="@:4.9")
variant("openmp", default=True, description="Enable OpenMP support")
depends_on("blas")
depends_on("fftw")
depends_on("fftw precision=double")
depends_on("lapack")
depends_on("py-flake8", type="test")