Conversation
|
|
||
| # High-level API of HDF5 1.8.9 or later is required for netCDF-4 support: | ||
| # http://www.unidata.ucar.edu/software/netcdf/docs/getting_and_building_netcdf.html | ||
| # TODO: change to 'hdf5+hl' when/if https://github.com/LLNL/spack/pull/5790 |
There was a problem hiding this comment.
There is no 'hl' variant for hdf5 in the develop branch. The referenced PR introduces it.
There was a problem hiding this comment.
i know, i am saying you miss is merged in the sentence.
| LDFLAGS.append("-L%s/lib" % spec['parallel-netcdf'].prefix) | ||
| # undefined reference to `SSL_CTX_use_certificate_chain_file | ||
| curl = self.spec['curl'] | ||
| curl_libs = self.spec['curl'].libs |
There was a problem hiding this comment.
curl_libs = curl.libs (since you introduce curl above)
|
I can't compile with |
|
I have managed to reproduce the problem described in #1553. Looks like |
There have been no changes to the concretizer as far as I know, so I'm going to say yes. |
|
I would say that this is ready for merging. |
This is an update for NetCDF.
There are several questions that need to be answered before this gets merged:
self.spec['mpi'].mpiccis set for hdf5/pnetcdf anyway and we can use it.