diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-07-17 15:29:05 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-07-17 15:29:05 -0400 |
commit | c215fa2135fb1ceea08da5b1219aaa54338b13ec (patch) | |
tree | 331008c6df490a612a13ed15c851715cf3a2d64d /gnu | |
parent | d65f0661f363e524cef85ef4878897b50d7619fb (diff) |
gnu: octave: Add qhull support.
* gnu/packages/maths.scm (octave)[inputs]: Add qhull.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 66350d1933..fd3626a595 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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) |