Add develop version to sfcio (#40002)
* Add develop version to sfcio * Update package.py
This commit is contained in:
parent
0d8a20b05e
commit
3e50ee70be
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user