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

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

[Octave-bug-tracker] [bug #64696] Failure to load sparse matrix with no


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #64696] Failure to load sparse matrix with no nonzero elements from text file saved by Octave
Date: Wed, 20 Sep 2023 09:14:22 -0400 (EDT)

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

No tests seem to be extracted from that file.
That is probably because the `ov-base-*.cc` files are excluded from
`OCTAVE_VALUE_SRC` in libinterp/octave-value/module.mk.

Does the following change (untested) look reasonable?

diff -r 557f0edeb210 libinterp/module.mk
--- a/libinterp/module.mk       Fri Sep 08 16:30:48 2023 +0200
+++ b/libinterp/module.mk       Wed Sep 20 15:13:41 2023 +0200
@@ -105,6 +105,7 @@
 DIST_SRC += \
   %reldir%/octave.cc \
   $(OCTAVE_VALUE_SRC) \
+  $(libinterp_EXTRA_DIST) \
   $(PARSE_TREE_SRC) \
   $(COREFCN_SRC)
 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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