guix-commits
[Top][All Lists]
Advanced

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

07/15: gnu: Add ocaml4.01-gsl.


From: Ben Woodcroft
Subject: 07/15: gnu: Add ocaml4.01-gsl.
Date: Wed, 10 May 2017 16:15:05 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 7adaab9fe713a8696772e46a8bad632f397bdd83
Author: Ben Woodcroft <address@hidden>
Date:   Sat Mar 18 07:15:58 2017 +1000

    gnu: Add ocaml4.01-gsl.
    
    * gnu/packages/maths.scm (ocaml4.01-gsl): New variable.
---
 gnu/packages/maths.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4e70bd8..88a46f8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -311,6 +311,9 @@ numbers.")
 the OCaml language.")
     (license license:gpl3+)))
 
+(define-public ocaml4.01-gsl
+  (package-with-ocaml4.01 ocaml-gsl))
+
 (define-public glpk
   (package
     (name "glpk")



reply via email to

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