gnu: octave: Add qhull support.
* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
This commit is contained in:
parent
d65f0661f3
commit
c215fa2135
1 changed files with 1 additions and 0 deletions
|
@ -1367,6 +1367,7 @@ can solve two kinds of problems:
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("lapack" ,lapack)
|
`(("lapack" ,lapack)
|
||||||
|
("qhull" ,qhull)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("gl2ps" ,gl2ps)
|
("gl2ps" ,gl2ps)
|
||||||
("glpk" ,glpk)
|
("glpk" ,glpk)
|
||||||
|
|
Reference in a new issue