[petsc-users] .pc file does not include dependencies
Arne Morten Kvarving
arne.morten.kvarving at sintef.no
Wed Nov 25 07:52:36 CST 2015
actually, it's proper behavior according to pkgconfig documentation. all
options which do not start with -l or -L is stuck in the
'--libs-only-other' output, and these will be first when it builds up
the output string with --static --libs. so the proper fix is indeed for
petsc to use -l and -L for those static dependencies i believe.
sorry for the dupes matthew, reply-to-all-nub-error on my behalf..
More information about the petsc-users
mailing list