[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51358] [PATCH 2/4] gnu: Add ocaml-fftw3.
From: |
Julien Lepiller |
Subject: |
[bug#51358] [PATCH 2/4] gnu: Add ocaml-fftw3. |
Date: |
Tue, 26 Oct 2021 00:06:40 +0200 |
* gnu/packages/ocaml.scm (ocaml4.07-fftw3): Replace with...
(ocaml-fftw3) ...this. Use latest ocaml package.
---
gnu/packages/ocaml.scm | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 65f311f9bf..f0469940aa 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6731,9 +6731,9 @@ (define-public ocaml4.07-odoc
("ocaml-uutf" ,ocaml-uutf)))
(properties '()))))
-(define-public ocaml4.07-fftw3
+(define-public ocaml-fftw3
(package
- (name "ocaml4.07-fftw3")
+ (name "ocaml-fftw3")
(version "0.8.4")
(source
(origin
@@ -6747,17 +6747,13 @@ (define-public ocaml4.07-fftw3
"0l66yagjkwdcib6q55wd8wiap50vi23qiahkghlvm28z7nvbclfk"))))
(build-system dune-build-system)
(arguments
- `(#:tests? #t
- #:test-target "tests"
- #:ocaml ,ocaml-4.07
- #:findlib ,ocaml4.07-findlib
- #:dune ,ocaml4.07-dune))
+ `(#:test-target "tests"))
(propagated-inputs
`(("fftw" ,fftw)
("fftwf" ,fftwf)))
(native-inputs
- `(("ocaml-cppo" ,(package-with-ocaml4.07 ocaml-cppo))
- ("ocaml-lacaml" ,(package-with-ocaml4.07 ocaml-lacaml))))
+ `(("ocaml-cppo" ,ocaml-cppo)
+ ("ocaml-lacaml" ,ocaml-lacaml)))
(home-page
"https://github.com/Chris00/fftw-ocaml")
(synopsis
--
2.33.0
[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