Add develop version to wrfio (#40004)

This commit is contained in:
Alex Richert 2023-09-13 18:17:42 -04:00 committed by GitHub
parent a0622a2ee0
commit 74d63c2fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,11 @@ class WrfIo(CMakePackage):
homepage = "https://noaa-emc.github.io/NCEPLIBS-wrf_io"
url = "https://github.com/NOAA-EMC/NCEPLIBS-wrf_io/archive/refs/tags/v1.2.0.tar.gz"
git = "https://github.com/NOAA-EMC/NCEPLIBS-wrf_io"
maintainers("t-brown", "AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
version("develop", branch="develop")
version("1.2.0", sha256="000cf5294a2c68460085258186e1f36c86d3d0d9c433aa969a0f92736b745617")
variant("openmp", default=False, description="Enable multithreading with OpenMP")