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
Fix header and pkg-config file installation (#426)
* Don't install pkg-config files for unbuilt libraries
The autotools build is configured to skip entire directories depending
on the configuration. Each directory's Makefile is responsible for
installing what it needs, and moving the .pc files to the toplevel broke
that.
In the pkg-config files, leave ${includedir} unmodified from how
configure defines it.
* Install arpackicb.h only when ICB is ON.
---------
Co-authored-by: Franck HOUSSEN <fghoussen@users.noreply.github.com>
0 commit comments