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

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

[Octave-bug-tracker] [bug #55950] building default with sundials 4.x fai


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #55950] building default with sundials 4.x fails to detect KLU in configure
Date: Tue, 19 Mar 2019 07:40:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:65.0) Gecko/20100101 Firefox/65.0

Follow-up Comment #6, bug #55950 (project octave):



Hi,

Actually klu.h is not necessarily in suitesparse/klu.h
at least it is not so in my system.

http://hg.savannah.gnu.org/hgweb/octave/rev/a1acd11bad19

used to have


+         #if defined (HAVE_KLU_H)
+         #include <klu.h>
+         #endif
+         #if defined (HAVE_KLU_KLU_H)
+         #include <klu/klu.h>
+         #endif
+         #if defined (HAVE_SUITESPARSE_KLU_H)
+         #include <suitesparse/klu.h>
+         #endif
+         #if defined (HAVE_UFPARSE_KLU_H)
+         #include <ufsparse/klu.h>
+         #endif



so, why does 

http://hg.savannah.gnu.org/hgweb/octave/rev/cfa2a65c9fdc

only check for suitesparse/klu.h ?




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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