libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

Optionally use system provided netcdf

Open StefanBruens opened this issue 4 years ago • 2 comments

Detect a system wide installed netcdf using pkgconfig and use it, in case --enable-netcdf=system is specified.

Fixes #1542.

StefanBruens avatar Mar 07 '22 22:03 StefanBruens

Per #3390 we will likely want to do some comparison of netcdf and hdf5 versions so that we can error out during configure if incompatible versions are detected ... although admittedly the incompatibility of netcdf 4.6.2 with hdf5 1.12 appears to only be in netcdf testing of itself and not in our uses of it

lindsayad avatar Sep 02 '22 18:09 lindsayad