gnu: octave: Add qhull support.

* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
master
Kei Kebreau 2018-07-17 15:29:05 -04:00
parent d65f0661f3
commit c215fa2135
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 1 additions and 0 deletions

View File

@ -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)