bugGNU Octave - Bugs: bug #50069, MXE Octave: convhulln is missing

 
 

bug #50069: MXE Octave: convhulln is missing

Submitter:  Avinoam Kalma <avinoam>
Submitted:  Tue 17 Jan 2017 08:10:59 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  lostbard
Originator Name:  Avinoam Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 20 Jan 2017 11:09:18 AM UTC, comment #3: 


Thanks, John:


>>  tetrahedron = [1 1 1;-1 -1 1;-1 1 -1;1 -1 -1];
>> [h, v] = convhulln (tetrahedron)
h =

   3   1   2
   1   4   2
   4   3   2
   3   4   1

v =  2.6667


closing as fixed.


Avinoam Kalma <avinoam>
Group Member
Thu 19 Jan 2017 02:18:06 PM UTC, comment #2: 
John Donoghue <lostbard>
Group Member
Tue 17 Jan 2017 11:29:29 PM UTC, comment #1: 

JWE had mentioned that back a little while ago [1]

I think made a patch somewhere for enabling qhull, however hadnt gotten around to verifying it worked. I'll see if I can find it, unless someone beats me to the changes.


[1] http://lists.gnu.org/archive/html/octave-maintainers/2016-12/msg00161.html

John Donoghue <lostbard>
Group Member
Tue 17 Jan 2017 08:10:59 PM UTC, original submission:  


When building default MXE Octave, it was now 64 bit, and
Qhull  is not available:


>> tetrahedron = [1 1 1;-1 -1 1;-1 1 -1;1 -1 -1];
>>  [h, v] = convhulln (tetrahedron);
error: convhulln: support for Qhull was unavailable or disabled when Octave was built


Avinoam Kalma <avinoam>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Posted a comment)
  • -email is unavailable- added by avinoam (Submitted the item)
  • -email is unavailable- added by avinoam
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-01-20 avinoam StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2017-01-19 lostbard StatusNone Ready For Test
        Assigned toNone lostbard
    2017-01-17 avinoam Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code