|
| From: | Carlo de Falco |
| Subject: | [Octave-bug-tracker] [bug #49126] configure finds suitesparse components but flags HAVE_CHOLMOD, HAVE_AMD, etc. are |
| Date: | Mon, 19 Sep 2016 15:01:07 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:48.0) Gecko/20100101 Firefox/48.0 |
Follow-up Comment #2, bug #49126 (project octave):
Hi Mike,
Here you are, I'll try to rebuild using
AWK=gawk
and report back.
But do we really need to use both awk AND sed?
c.
$ cat libinterp/build-env-features.cc
// DO NOT EDIT! Generated automatically from config.h by Make."
#if defined (HAVE_CONFIG_H)
# include "config.h"
#endif
#include "build-env.h"
#include "ov.h"
namespace octave
{
namespace build_env
{
octave_scalar_map
features (void)
{
static bool initialized = false;
static octave_scalar_map m;
if (! initialized)
{
static octave_value ov_true = (true);
static octave_value ov_false = (false);
initialized = true;
}
return m;
}
};
};
mathicsepc32:octave_default_build carlo$
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49126>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |