octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59806] SuiteSparse headers not found


From: Rik
Subject: [Octave-bug-tracker] [bug #59806] SuiteSparse headers not found
Date: Wed, 10 Mar 2021 19:44:35 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #18, bug #59806 (project octave):

Just to understand things more clearly, how does this check for a Qhull header
in configure.ac get updated?


OCTAVE_CHECK_LIB(qhull, QHull,
  [Qhull library not found.  This will result in loss of functionality for
some geometry functions.],
  [libqhull/libqhull.h qhull/libqhull.h libqhull.h qhull/qhull.h qhull.h],


There is apparently a preference for libqhull.h over qhull.h.  Should that be
respected or should all header files without a directory take precedence over
all header files with a directory?

Option 1 : Precedence only within group


  [libqhull.h libqhull/libqhull.h qhull/libqhull.h qhull.h qhull/qhull.h],


Option 2 : Global preference for headers without a directory component.


  [libqhull.h qhull.h libqhull/libqhull.h qhull/libqhull.h qhull/qhull.h],



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59806>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]