Skip to content
Snippets Groups Projects
Unverified Commit 01878076 authored by plamborn's avatar plamborn Committed by GitHub
Browse files

libhio: specify use of external json (#15209)

libhio has been building it's own json.  With this change, libhio will rely on the json installed by spack.
parent 94c2e7e7
No related branches found
No related tags found
No related merge requests found
...@@ -57,4 +57,6 @@ def configure_args(self): ...@@ -57,4 +57,6 @@ def configure_args(self):
if '+hdf5' in spec: if '+hdf5' in spec:
args.append('--with-hdf5={0}'.format(spec['hdf5'].prefix)) args.append('--with-hdf5={0}'.format(spec['hdf5'].prefix))
args.append('--with-external-json={0}'.format(spec['json-c'].prefix))
return args return args
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment