benwoodcroft pushed a commit to branch master
in repository guix.
commit 7adaab9fe713a8696772e46a8bad632f397bdd83
Author: Ben Woodcroft <[email protected]>
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")