[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51358] [PATCH 1/4] gnu: Add ocaml-lacaml.
From: |
Julien Lepiller |
Subject: |
[bug#51358] [PATCH 1/4] gnu: Add ocaml-lacaml. |
Date: |
Tue, 26 Oct 2021 00:06:39 +0200 |
* gnu/packages/ocaml.scm (ocaml4.07-lacaml): Replace with...
(ocaml-lacaml): ...this. Use latest ocaml package.
---
gnu/packages/ocaml.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f640acca35..65f311f9bf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6757,7 +6757,7 @@ (define-public ocaml4.07-fftw3
("fftwf" ,fftwf)))
(native-inputs
`(("ocaml-cppo" ,(package-with-ocaml4.07 ocaml-cppo))
- ("ocaml-lacaml" ,ocaml4.07-lacaml)))
+ ("ocaml-lacaml" ,(package-with-ocaml4.07 ocaml-lacaml))))
(home-page
"https://github.com/Chris00/fftw-ocaml")
(synopsis
@@ -6767,10 +6767,10 @@ (define-public ocaml4.07-fftw3
library FFTW.")
(license license:lgpl2.1))) ; with static linking exception.
-(define-public ocaml4.07-lacaml
+(define-public ocaml-lacaml
(package
- (name "ocaml4.07-lacaml")
- (version "11.0.5")
+ (name "ocaml-lacaml")
+ (version "11.0.8")
(source
(origin
(method git-fetch)
@@ -6780,13 +6780,10 @@ (define-public ocaml4.07-lacaml
(file-name (git-file-name name version))
(sha256
(base32
- "180yb79a3qgx067qcpm50q12hrimjygf06rgkzbish9d1zfm670c"))))
+ "115535kphchh2a434b48b408x9794j8zzrsdmacsgqdsrgy3rck4"))))
(build-system dune-build-system)
(arguments
- `(#:tests? #f ; No test target.
- #:ocaml ,ocaml-4.07
- #:findlib ,ocaml4.07-findlib
- #:dune ,ocaml4.07-dune))
+ `(#:tests? #f)) ; No test target.
(native-inputs
`(("openblas" ,openblas)
("lapack" ,lapack)
--
2.33.0
- [bug#51358] [PATCH] Getting rid of some ocaml4.07-* packages., Julien Lepiller, 2021/10/23
- [bug#51358] [PATCH 2/4] gnu: Add ocaml-fftw3., Julien Lepiller, 2021/10/23
- [bug#51358] [PATCH 1/4] gnu: Add ocaml-lacaml., Julien Lepiller, 2021/10/23
- [bug#51358] [PATCH 2/4] gnu: Add ocaml-fftw3., Julien Lepiller, 2021/10/25
- [bug#51358] [PATCH 4/4] gnu: Add ocaml-charinfo-width., Julien Lepiller, 2021/10/25
- [bug#51358] [PATCH 3/4] gnu: Add ocaml-gsl., Julien Lepiller, 2021/10/25
[bug#51358] [PATCH 3/4] gnu: Add ocaml-gsl., Julien Lepiller, 2021/10/23
[bug#51358] [PATCH 4/4] gnu: Add ocaml-charinfo-width., Julien Lepiller, 2021/10/23