diff options
author | Dom Heinzeller <dom.heinzeller@icloud.com> | 2024-09-07 07:54:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 07:54:43 -0600 |
commit | 32727087f10c9dfc276bec577821deb4bc543a2a (patch) | |
tree | 735f8eda291311e9e4594321128f4eea7f88b7fe /var | |
parent | 5f9c6299d14becb686a69c57f28ec8b1be7e5653 (diff) | |
download | spack-32727087f10c9dfc276bec577821deb4bc543a2a.tar.gz spack-32727087f10c9dfc276bec577821deb4bc543a2a.tar.bz2 spack-32727087f10c9dfc276bec577821deb4bc543a2a.tar.xz spack-32727087f10c9dfc276bec577821deb4bc543a2a.zip |
Add patch vfile_cassert.patch for ecflow@5.11.4 (#46095)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/ecflow/package.py | 1 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/ecflow/vfile_cassert.patch | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ecflow/package.py b/var/spack/repos/builtin/packages/ecflow/package.py index 7616e64e8d..22762230ca 100644 --- a/var/spack/repos/builtin/packages/ecflow/package.py +++ b/var/spack/repos/builtin/packages/ecflow/package.py @@ -76,6 +76,7 @@ class Ecflow(CMakePackage): # https://github.com/JCSDA/spack-stack/issues/1001 # https://github.com/JCSDA/spack-stack/issues/1009 patch("ctsapi_cassert.patch", when="@5.11.4") + patch("vfile_cassert.patch", when="@5.11.4") @when("@:4.13.0") def patch(self): diff --git a/var/spack/repos/builtin/packages/ecflow/vfile_cassert.patch b/var/spack/repos/builtin/packages/ecflow/vfile_cassert.patch new file mode 100644 index 0000000000..871ae9d9d5 --- /dev/null +++ b/var/spack/repos/builtin/packages/ecflow/vfile_cassert.patch @@ -0,0 +1,10 @@ +--- a/Viewer/ecflowUI/src/VFile.cpp 2024-08-28 12:20:27.000000000 +0000 ++++ b/Viewer/ecflowUI/src/VFile.cpp 2024-08-28 12:20:51.000000000 +0000 +@@ -9,6 +9,7 @@ + + #include "VFile.hpp" + ++#include <cassert> + #include <cstdio> + #include <cstdlib> + #include <cstring> |