[petsc-dev] configure: generating guesses from liblist and includes
Satish Balay
balay at mcs.anl.gov
Thu May 16 13:41:42 CDT 2013
On Thu, 16 May 2013, Jed Brown wrote:
> Matthew Knepley <knepley at gmail.com> writes:
>
> > I don't think this makes sense. A certain pair of library and include
> > makes sense. Decoupling these invites all sorts of mismatches which
> > would be hard to track down. I do not see what is wrong with the
> > strategy above?
>
> It causes confusing error conditions and in almost all cases, the same
> includes are used for all library guesses.
>
Even for just the libraries I think we needed:
try (liba) if all true (test1,test2,test3) then accept (liba)
else try (libb) if all true (test1,test2,test3) then accept (libb)
hence the current code. Perhaps we need multiple semantics for
different situations.
Satish
More information about the petsc-dev
mailing list