Add develop version for gfsio (#39995)

* Add develop version for gfsio
* Update package.py
This commit is contained in:
Alex Richert 2023-09-13 18:38:13 -04:00 committed by GitHub
parent 61df3b9080
commit 4a79857b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ class Gfsio(CMakePackage):
homepage = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio"
url = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio/archive/refs/tags/v1.4.1.tar.gz"
git = "https://github.com/NOAA-EMC/NCEPLIBS-gfsio"
maintainers("t-brown", "AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
version("develop", branch="develop")
version("1.4.1", sha256="eab106302f520600decc4f9665d7c6a55e7b4901fab6d9ef40f29702b89b69b1")
def setup_run_environment(self, env):