You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simon Urbanek edited this page Jun 30, 2020
·
9 revisions
hdf4 4.2.15
Tests Fortran with /usr/local/lib but fails to include it when linking. Requires explicit LIBS=-L/usr/local/lib to fix.
hdf5 1.12.0
There is a bug in the examples - install-examples target ignores $(DESTDIR) and thus fails. Using make install-recursive instead of make install works as install is simply deferring to install-recursive and install-examples.
NetCDF 4.7.4
Fails to include -lsz when linking hdf5 with SZIP support. Requires explicit LIBS=-lsz to fix.