|
From: | Mike Miller |
Subject: | [Octave-bug-tracker] [bug #43063] Suitesparse 4.3.x has changed APIs, no longer builds with Octave |
Date: | Sat, 13 Sep 2014 18:56:20 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
Follow-up Comment #8, bug #43063 (project octave): Right to both of you. What I meant was not changing the directory search order, but rather ensuring that we always include math.h before any SuiteSparse headers: #include <math.h> #if defined (HAVE_SUITESPARSE_AMD_H) #include <suitesparse/amd.h> ... That should effectively prevent it from being included inside the extern "C" block in SuiteSparse_config.h, right? _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?43063> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |