From 0a80d94a467b34921e1418db4569aad63d85c482 Mon Sep 17 00:00:00 2001 From: James Dickson Date: Tue, 17 Jul 2018 14:24:16 +0100 Subject: Add fix for bug causing MACSio build failure when hdf5 or typhonio enabled (#8722) * Add fix for bug causing build failure when hdf5 enabled * Added correct hdf5 dependency to typhonio --- var/spack/repos/builtin/packages/macsio/package.py | 2 +- var/spack/repos/builtin/packages/typhonio/package.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/macsio/package.py b/var/spack/repos/builtin/packages/macsio/package.py index 8fda9c4040..01422268a1 100644 --- a/var/spack/repos/builtin/packages/macsio/package.py +++ b/var/spack/repos/builtin/packages/macsio/package.py @@ -52,7 +52,7 @@ class Macsio(CMakePackage): depends_on('json-cwx') depends_on('mpi', when="+mpi") depends_on('silo', when="+silo") - depends_on('hdf5', when="+hdf5") + depends_on('hdf5+hl', when="+hdf5") # depends_on('hdf5+szip', when="+szip") depends_on('exodusii', when="+exodus") # pdb is packaged with silo diff --git a/var/spack/repos/builtin/packages/typhonio/package.py b/var/spack/repos/builtin/packages/typhonio/package.py index 7a31e6db01..f5f4461841 100644 --- a/var/spack/repos/builtin/packages/typhonio/package.py +++ b/var/spack/repos/builtin/packages/typhonio/package.py @@ -43,7 +43,7 @@ class Typhonio(CMakePackage): variant('doc', default=False, description='Build user guide and doxygen documentation') depends_on('mpi') - depends_on('hdf5') + depends_on('hdf5+hl') def cmake_args(self): spec = self.spec -- cgit v1.2.3-70-g09d2