Add develop version to nemsiogfs (#40001)

This commit is contained in:
Alex Richert 2023-09-13 18:31:19 -04:00 committed by GitHub
parent 3e50ee70be
commit bc26848cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ class Nemsiogfs(CMakePackage):
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-nemsiogfs"
url = "https://github.com/NOAA-EMC/NCEPLIBS-nemsiogfs/archive/refs/tags/v2.5.3.tar.gz"
git = "https://github.com/NOAA-EMC/NCEPLIBS-nemsiogfs"
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
version("develop", branch="develop")
version("2.5.3", sha256="bf84206b08c8779787bef33e4aba18404df05f8b2fdd20fc40b3af608ae4b9af")
depends_on("nemsio")