mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ocaml-fftw3.
* gnu/packages/ocaml.scm (ocaml4.07-fftw3): Replace with... (ocaml-fftw3) ...this. Use latest ocaml package.
This commit is contained in:
parent
e9d3f3656b
commit
0481810ebf
1 changed files with 5 additions and 9 deletions
|
@ -6896,9 +6896,9 @@ language understood by ocamldoc.")
|
||||||
("tidy-html" ,tidy-html)))
|
("tidy-html" ,tidy-html)))
|
||||||
(properties '()))))
|
(properties '()))))
|
||||||
|
|
||||||
(define-public ocaml4.07-fftw3
|
(define-public ocaml-fftw3
|
||||||
(package
|
(package
|
||||||
(name "ocaml4.07-fftw3")
|
(name "ocaml-fftw3")
|
||||||
(version "0.8.4")
|
(version "0.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -6912,17 +6912,13 @@ language understood by ocamldoc.")
|
||||||
"0l66yagjkwdcib6q55wd8wiap50vi23qiahkghlvm28z7nvbclfk"))))
|
"0l66yagjkwdcib6q55wd8wiap50vi23qiahkghlvm28z7nvbclfk"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:test-target "tests"))
|
||||||
#:test-target "tests"
|
|
||||||
#:ocaml ,ocaml-4.07
|
|
||||||
#:findlib ,ocaml4.07-findlib
|
|
||||||
#:dune ,ocaml4.07-dune))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("fftw" ,fftw)
|
`(("fftw" ,fftw)
|
||||||
("fftwf" ,fftwf)))
|
("fftwf" ,fftwf)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocaml-cppo" ,(package-with-ocaml4.07 ocaml-cppo))
|
`(("ocaml-cppo" ,ocaml-cppo)
|
||||||
("ocaml-lacaml" ,(package-with-ocaml4.07 ocaml-lacaml))))
|
("ocaml-lacaml" ,ocaml-lacaml)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/Chris00/fftw-ocaml")
|
"https://github.com/Chris00/fftw-ocaml")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue