Add develop version to wrfio (#40004)
This commit is contained in:
parent
a0622a2ee0
commit
74d63c2fd3
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user