this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] fftw3 (0.8.5) (#20663)

* [new release] fftw3 (0.8.5)

CHANGES:

- Update to `dune-configurator`.
- Remove the special OPAM rule for MacOS (@neynt).
- Fix deprecation warnings.

* Update packages/fftw3/fftw3.0.8.5/opam

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

authored by

Christophe Troestler
Marcello Seri
and committed by
GitHub
92fe77d3 8e800628

+33
+33
packages/fftw3/fftw3.0.8.5/opam
··· 1 + opam-version: "2.0" 2 + authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"] 3 + maintainer: "Christophe.Troestler@umons.ac.be" 4 + license: "LGPL-2.1" 5 + homepage: "https://github.com/Chris00/fftw-ocaml" 6 + dev-repo: "git+https://github.com/Chris00/fftw-ocaml.git" 7 + bug-reports: "https://github.com/Chris00/fftw-ocaml/issues" 8 + doc: "https://Chris00.github.io/fftw-ocaml/doc" 9 + tags: ["FFT"] 10 + build: [ 11 + ["dune" "subst"] {dev} 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14 + ] 15 + depends: [ 16 + "ocaml" {>= "4.03.0"} 17 + "dune" {>= "1.1"} 18 + "dune-configurator" {>= "1.11.4"} 19 + "cppo" {build} 20 + "conf-fftw3" 21 + ] 22 + synopsis: "Binding to the Fast Fourier Transform library FFTW" 23 + description: """ 24 + Library binding the seminal library FFTW.""" 25 + url { 26 + src: 27 + "https://github.com/Chris00/fftw-ocaml/releases/download/0.8.5/fftw3-0.8.5.tbz" 28 + checksum: [ 29 + "sha256=6e3e5931eda0f66c2bf9cac2f40bf9d563fbf04adbaccb26278a7bf598537684" 30 + "sha512=9e8684c9fb2327f7a18e04b7de770ada7cbac18eb03db37b3a974ff5968b6327f7b91aa489db5f70beac6757acea88d3e04c25e35380345ec3d33a0942b27450" 31 + ] 32 + } 33 + x-commit-hash: "aa7b92af0e8b834facdbfd34aa3c7da4924c559b"