Add develop version to sfcio (#40002)

* Add develop version to sfcio
* Update package.py
This commit is contained in:
Alex Richert 2023-09-13 18:30:14 -04:00 committed by GitHub
parent 0d8a20b05e
commit 3e50ee70be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ class Sfcio(CMakePackage):
homepage = "https://noaa-emc.github.io/NCEPLIBS-sfcio"
url = "https://github.com/NOAA-EMC/NCEPLIBS-sfcio/archive/refs/tags/v1.4.1.tar.gz"
git = "https://github.com/NOAA-EMC/NCEPLIBS-sfcio"
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="d9f900cf18ec1a839b4128c069b1336317ffc682086283443354896746b89c59")
def setup_run_environment(self, env):