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

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

[Octave-bug-tracker] [bug #57042] __octave_config_info__.build_features.


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #57042] __octave_config_info__.build_features.LAPACK = 0
Date: Fri, 11 Oct 2019 13:13:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36

Follow-up Comment #2, bug #57042 (project octave):

For details, the presence of these build features comes precisely from the
content of config.h, which is generated from the configure run. The configure
script exports both HAVE_BLAS and HAVE_LAPACK as preprocessor defines, but the
code path to set them to true is never used the way our configure script is
written. Their existence is more of an accident of the implementation, a
default conditional define that we don't make use of, but gets pulled into the
build_features automatically anyway.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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