guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: octave: Add qhull support.


From: Kei Kebreau
Subject: 02/02: gnu: octave: Add qhull support.
Date: Tue, 17 Jul 2018 15:31:27 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit c215fa2135fb1ceea08da5b1219aaa54338b13ec
Author: Kei Kebreau <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]