megadock: add v4.1.1 (#37154)

This commit is contained in:
Alec Scott 2023-04-24 12:04:31 -07:00 committed by GitHub
parent a6b2a713d7
commit 6edfc07092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class Megadock(MakefilePackage, CudaPackage):
homepage = "https://www.bi.cs.titech.ac.jp/megadock/"
url = "https://www.bi.cs.titech.ac.jp/megadock/archives/megadock-4.0.3.tgz"
version("4.1.1", sha256="5e08416ea86169be9f0a998f081f53c04aa8696ef83b9fcc5bf685fe45d52087")
version("4.0.3", sha256="c1409a411555f4f7b4eeeda81caf622d8a28259a599ea1d2181069c55f257664")
variant("mpi", description="Enable MPI", default=False)