-
Notifications
You must be signed in to change notification settings - Fork 20
Known issues in libraries
Simon Urbanek edited this page Jul 1, 2020
·
9 revisions
Tests Fortran with /usr/local/lib
but fails to include it when linking. Requires explicit LIBS=-L/usr/local/lib
to fix.
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
.
Fails to include -lsz
when linking hdf5
with SZIP support. Requires explicit LIBS=-lsz
to fix.
- Fails to include
-lsqlite3
when linking PROJ6 - Fails to include
-lsz
when checking for HDF5. - Uses incorrect flags when checking for GEOS, it completely ignores
geos-config --static-clibs
and--clibs
and hard-codes-lgeos_c
. To make things worse, the test for GEOS is so broken that it ignoresLIBS
(replaces it instead of adding) so can't be fixed without patching. - uses
libpq
without checking