FS#21838 - [octave] Without qhull octave disables convhulln, please add qhull as dep.

Attached to Project: Arch Linux
Opened by ezzetabi (ezzetabi) - Friday, 26 November 2010, 15:41 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 27 April 2011, 06:59 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
the octave function convhulln depends on qhull.
The qhull lib must be present compile-time; please add it in the PKGBUILD file.

Steps to reproduce:
$ octave -q
octave:1> x = [0 0 1 1];
octave:2> y = [1 0 0 1];
octave:3> convhull(x, y)

octave should answer:
ans =

4
1
2
3
4

but it won't.
This task depends upon

Closed by  Ronald van Haren (pressh)
Wednesday, 27 April 2011, 06:59 GMT
Reason for closing:  Fixed
Additional comments about closing:  Just added qhull to [extra]. Will build octave 3.4.0 against it later today.
Comment by Christoffer Hirth (toffyrn) - Thursday, 10 February 2011, 16:35 GMT
Seems like the function 'delaunay' is not included without qhull either.

Loading...