openmm: new version 8.0.0 (#40396)
This commit is contained in:
parent
2541b42fc2
commit
9275f180bb
@ -17,6 +17,7 @@ class Openmm(CMakePackage, CudaPackage):
|
|||||||
homepage = "https://openmm.org/"
|
homepage = "https://openmm.org/"
|
||||||
url = "https://github.com/openmm/openmm/archive/7.4.1.tar.gz"
|
url = "https://github.com/openmm/openmm/archive/7.4.1.tar.gz"
|
||||||
|
|
||||||
|
version("8.0.0", sha256="dc63d7b47c8bb7b169c409cfd63d909ed0ce1ae114d37c627bf7a4231acf488e")
|
||||||
version("7.7.0", sha256="51970779b8dc639ea192e9c61c67f70189aa294575acb915e14be1670a586c25")
|
version("7.7.0", sha256="51970779b8dc639ea192e9c61c67f70189aa294575acb915e14be1670a586c25")
|
||||||
version("7.6.0", sha256="5a99c491ded9ba83ecc3fb1d8d22fca550f45da92e14f64f25378fda0048a89d")
|
version("7.6.0", sha256="5a99c491ded9ba83ecc3fb1d8d22fca550f45da92e14f64f25378fda0048a89d")
|
||||||
version("7.5.1", sha256="c88d6946468a2bde2619acb834f57b859b5e114a93093cf562165612e10f4ff7")
|
version("7.5.1", sha256="c88d6946468a2bde2619acb834f57b859b5e114a93093cf562165612e10f4ff7")
|
||||||
@ -32,7 +33,7 @@ class Openmm(CMakePackage, CudaPackage):
|
|||||||
depends_on("doxygen@:1.9.1", type="build", when="@:7.6.0")
|
depends_on("doxygen@:1.9.1", type="build", when="@:7.6.0")
|
||||||
depends_on("doxygen", type="build", when="@7.7:")
|
depends_on("doxygen", type="build", when="@7.7:")
|
||||||
depends_on("swig", type="build")
|
depends_on("swig", type="build")
|
||||||
depends_on("fftw")
|
depends_on("fftw", when="@:7")
|
||||||
depends_on("py-cython", type="build")
|
depends_on("py-cython", type="build")
|
||||||
depends_on("py-numpy", type=("build", "run"))
|
depends_on("py-numpy", type=("build", "run"))
|
||||||
depends_on("cuda", when="+cuda", type=("build", "link", "run"))
|
depends_on("cuda", when="+cuda", type=("build", "link", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user