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

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

[Octave-bug-tracker] [bug #51343] [octave forge] sparsersb pkg update er


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #51343] [octave forge] sparsersb pkg update errors & failure 1.0.2-->1.0.5
Date: Thu, 29 Jun 2017 12:09:47 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Update of bug #51343 (project octave):

                  Status:                    None => Patch Submitted        

    _______________________________________________________

Follow-up Comment #1:

I believe sparsersb should make the following change in its configure.ac
file:


--- a/src/configure.ac
+++ b/src/configure.ac
@@ -107,11 +107,7 @@ else
        fi
 fi
 
-if test -x `which $OCTAVE-cli` ; then
-       OCTAVE_CLI="$OCTAVE-cli";
-else
-       OCTAVE_CLI="$OCTAVE";
-fi
+OCTAVE_CLI="$OCTAVE --no-gui --no-window-system"
 
 SPARSERSB_USE_64BIT_IDX=`$OCTAVE_CLI --no-line-editing -qf --eval 'printf
("%i", sizemax() > intmax ("int32"))'`
 if [test x"$SPARSERSB_USE_64BIT_IDX" = x"1" ]; then


Calling "octave --no-gui --no-window-system" is the safest way to run Octave
on all platforms to ensure that Octave's CLI mode runs.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51343>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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