sfcio: add v1.4.2 (#46146)

* sfcio: add v1.4.2

* [@spackbot] updating style on behalf of AlexanderRichert-NOAA
This commit is contained in:
Alex Richert 2024-08-31 07:11:13 -07:00 committed by GitHub
parent db311eef46
commit 8cac74699b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,15 @@ class Sfcio(CMakePackage):
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett")
version("develop", branch="develop")
version("1.4.2", sha256="bfde52320b836886a766ff8d0d6707b8a533c903b947f8b49250c544aaccaaac")
version("1.4.1", sha256="d9f900cf18ec1a839b4128c069b1336317ffc682086283443354896746b89c59")
depends_on("fortran", type="build")
depends_on("pfunit", type="test")
conflicts("%oneapi", when="@:1.4.1", msg="Requires @1.4.2: for Intel oneAPI")
def cmake_args(self):
args = [self.define("ENABLE_TESTS", self.run_tests)]
return args