ecflow: apply ctsapi_cassert.patch for all compilers (#42793)
This commit is contained in:
parent
be4eae3fa8
commit
6ee6fbe56b
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue