tinker: add v8.7.2 (#46527)

This commit is contained in:
Wouter Deconinck 2024-09-22 06:28:52 -05:00 committed by GitHub
parent f4ddb54293
commit b88971e125
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,13 @@ class Tinker(CMakePackage):
homepage = "https://dasher.wustl.edu/tinker/"
url = "https://dasher.wustl.edu/tinker/downloads/tinker-8.7.1.tar.gz"
version("8.7.1", sha256="0d6eff8bbc9be0b37d62b6fd3da35bb5499958eafe67aa9c014c4648c8b46d0f")
version("8.7.2", sha256="f9e94ae0684d527cd2772a4a7a05c41864ce6246f1194f6c1c402a94598151c2")
version(
"8.7.1",
sha256="0d6eff8bbc9be0b37d62b6fd3da35bb5499958eafe67aa9c014c4648c8b46d0f",
deprecated=True,
)
patch("tinker-8.7.1-cmake.patch")
depends_on("fftw")