kkebreau pushed a commit to branch master
in repository guix.

commit c215fa2135fb1ceea08da5b1219aaa54338b13ec
Author: Kei Kebreau <kkebr...@posteo.net>
Date:   Tue Jul 17 15:29:05 2018 -0400

    gnu: octave: Add qhull support.
    
    * gnu/packages/maths.scm (octave)[inputs]: Add qhull.
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 66350d1..fd3626a 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)

Reply via email to