summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/conduit
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/conduit')
-rw-r--r--var/spack/repos/builtin/packages/conduit/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/conduit/package.py b/var/spack/repos/builtin/packages/conduit/package.py
index a784668d9f..9a01161f12 100644
--- a/var/spack/repos/builtin/packages/conduit/package.py
+++ b/var/spack/repos/builtin/packages/conduit/package.py
@@ -171,6 +171,11 @@ class Conduit(CMakePackage):
# Cmake will support fj compiler and this patch will be removed
patch('fj_flags.patch', when='%fj')
+ # Add missing include for numeric_limits
+ # https://github.com/LLNL/conduit/pull/773
+ patch('https://github.com/LLNL/conduit/pull/773.patch', when='@:0.7.2',
+ sha256='89d1829ad52f503f6179e43efddf998c239a95c14ca1f248463a3f61ad7d5cf7')
+
###################################
# build phases used by this package
###################################