Skip to content

Commit

Permalink
Merge pull request #481 from AlexanderRichert-NOAA/add_sfcio142
Browse files Browse the repository at this point in the history
sfcio: add v1.4.2 (spack#46146)
  • Loading branch information
AlexanderRichert-NOAA authored Oct 23, 2024
2 parents 4dbe33c + 43352a4 commit 990f0b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/sfcio/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

variant("pfunit", default=False, description="Add pfunit dependency to enable testing")

depends_on("pfunit", when="+pfunit")

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
Expand Down

0 comments on commit 990f0b8

Please sign in to comment.