upp: Add version 10.0.10 (#26946)

This commit is contained in:
Kyle Gerheiser 2021-10-26 13:26:34 -04:00 committed by GitHub
parent aacdd5614e
commit dee75a4945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,11 @@ class Upp(CMakePackage):
homepage = "https://github.com/NOAA-EMC/UPP"
git = "https://github.com/NOAA-EMC/UPP.git"
url = "https://github.com/NOAA-EMC/UPP/archive/refs/tags/upp_v10.0.10.tar.gz"
maintainers = ['kgerheiser', 'edwardhartnett', 'Hang-Lei-NOAA']
version('10.0.10', sha256='0c96a88d0e79b554d5fcee9401efcf4d6273da01d15e3413845274f73d70b66e')
version('10.0.9', tag='upp_v10.0.9', submodules=True)
variant('openmp', default=True)