Add develop version to sigio (#40003)

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

View File

@ -14,9 +14,11 @@ class Sigio(CMakePackage):
homepage = "https://noaa-emc.github.io/NCEPLIBS-sigio"
url = "https://github.com/NOAA-EMC/NCEPLIBS-sigio/archive/refs/tags/v2.3.2.tar.gz"
git = "https://github.com/NOAA-EMC/NCEPLIBS-sigio"
maintainers("t-brown", "AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
version("develop", branch="develop")
version("2.3.2", sha256="333f3cf3a97f97103cbafcafc2ad89b24faa55b1332a98adc1637855e8a5b613")
def setup_run_environment(self, env):