gnu: octave: Add qhull support.
* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
This commit is contained in:
parent
d65f0661f3
commit
c215fa2135
|
@ -1367,6 +1367,7 @@ can solve two kinds of problems:
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("lapack" ,lapack)
|
||||
("qhull" ,qhull)
|
||||
("readline" ,readline)
|
||||
("gl2ps" ,gl2ps)
|
||||
("glpk" ,glpk)
|
||||
|
|
Loading…
Reference in New Issue