ecflow: apply ctsapi_cassert.patch for all compilers (#42793)

This commit is contained in:
Dom Heinzeller 2024-02-21 22:09:54 -07:00 committed by GitHub
parent be4eae3fa8
commit 6ee6fbe56b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,8 @@ class Ecflow(CMakePackage):
depends_on("cmake@3.16:", type="build") depends_on("cmake@3.16:", type="build")
# https://github.com/JCSDA/spack-stack/issues/1001 # https://github.com/JCSDA/spack-stack/issues/1001
patch("ctsapi_cassert.patch", when="@5.11.4 %intel@2021") # https://github.com/JCSDA/spack-stack/issues/1009
patch("ctsapi_cassert.patch", when="@5.11.4")
@when("@:4.13.0") @when("@:4.13.0")
def patch(self): def patch(self):