openmm: add v7.5.0 (#23037)

This commit is contained in:
Andrew W Elble 2021-04-23 10:44:57 -04:00 committed by GitHub
parent 32368c7f46
commit c575b1ce9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class Openmm(CMakePackage, CudaPackage):
homepage = "http://openmm.org/" homepage = "http://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('7.5.0', sha256='516748b4f1ae936c4d70cc6401174fc9384244c65cd3aef27bc2c53eac6d6de5')
version('7.4.1', sha256='e8102b68133e6dcf7fcf29bc76a11ea54f30af71d8a7705aec0aee957ebe3a6d') version('7.4.1', sha256='e8102b68133e6dcf7fcf29bc76a11ea54f30af71d8a7705aec0aee957ebe3a6d')
install_targets = ['install', 'PythonInstall'] install_targets = ['install', 'PythonInstall']