|
| From: | Markus Appel |
| Subject: | [Octave-bug-tracker] [bug #58713] [octave forge] (parallel) parallel 4.0.0 fails to install in octave 4.2.2 |
| Date: | Mon, 6 Jul 2020 09:36:32 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0 |
URL:
<https://savannah.gnu.org/bugs/?58713>
Summary: [octave forge] (parallel) parallel 4.0.0 fails to
install in octave 4.2.2
Project: GNU Octave
Submitted by: mappel
Submitted on: Mon 06 Jul 2020 01:36:30 PM UTC
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Installation Failure
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 4.2.2
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Details:
Installing parallel 4.0.0 in octave 4.2.2 leads to this error:
p-control.cc: In member function ‘octave_value
octave_parallel::control::get_next_result(octave_value&)’:
p-control.cc:537:13: error: ‘class octave_value’ has no member named
‘isinteger’
if (res.isinteger ()
^~~~~~~~~
Replacing p-control.cc:537 in the package source with
if (res.OV_ISINTEGER ()
fixes that problem for me.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58713>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |