diff options
author | Kelly (KT) Thompson <KineticTheory@users.noreply.github.com> | 2017-09-20 18:21:14 -0600 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-09-20 18:21:14 -0600 |
commit | d10aa385fb1f5cf056b204476a0978c8a318688e (patch) | |
tree | 959a8d95b984b4ee4712735ad470f7aebd4cbc7f /lib | |
parent | 02b7e38bb2446c5f0fe4c4a1d6026c116fb8f862 (diff) | |
download | spack-d10aa385fb1f5cf056b204476a0978c8a318688e.tar.gz spack-d10aa385fb1f5cf056b204476a0978c8a318688e.tar.bz2 spack-d10aa385fb1f5cf056b204476a0978c8a318688e.tar.xz spack-d10aa385fb1f5cf056b204476a0978c8a318688e.zip |
Update recipe for cgns to avoid build warnings/errors: (#5382)
+ The recipe for cgns seems to be wrong. CMake complains about variables set but
not used (`HDF5_NEEDS_ZLIB`, `HDF5_NEEDS_MPI` and `HDF5_NEEDS_SZIP`) and fails
to find HDF5.
+ This change set removes these variables from the cmake configure line,
replacing them with `'-DHDF5_DIR=%s' % spec['hdf5'].prefix`
+ cgns also has trouble with parallel make, so I set `parallel = False`.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions