this repo has no description
0
fork

Configure Feed

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

Add FFTW dependencies for Arch Linux and Oracle Linux (#20664)

* Add FFTW dependencies for Arch Linux and Oracle Linux

* Update packages/conf-fftw3/conf-fftw3.1/opam

* Update packages/conf-fftw3/conf-fftw3.1/opam

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

authored by

Christophe Troestler
Marcello Seri
and committed by
GitHub
8e800628 be6e656b

+2
+2
packages/conf-fftw3/conf-fftw3.1/opam
··· 8 8 depends: ["conf-pkg-config" {build}] 9 9 depexts: [ 10 10 ["libfftw3-dev"] {os-family = "debian"} 11 + ["fftw"] {os-family = "arch"} 11 12 ["fftw-devel"] {os-distribution = "centos"} 12 13 ["fftw-dev"] {os-distribution = "alpine"} 13 14 ["fftw-devel"] {os-distribution = "fedora"} 14 15 ["fftw-devel"] {os-distribution = "rhel"} 15 16 ["libfftw-devel"] {os-distribution = "mageia"} 16 17 ["fftw3-devel"] {os-family = "suse"} 18 + ["fftw-devel"] { os-distribution = "ol" } 17 19 ["math/fftw3"] {os = "freebsd"} 18 20 ["math/fftw3"] {os = "openbsd"} 19 21 ["fftw"] {os = "macos" & os-distribution = "homebrew"}