this repo has no description
0
fork

Configure Feed

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

conf-fftw3: add support for Ubuntu derivatives

+1 -1
+1 -1
packages/conf-fftw3/conf-fftw3.1/opam
··· 7 7 build: [["pkg-config" "fftw3"]] 8 8 depends: ["conf-pkg-config" {build}] 9 9 depexts: [ 10 - ["libfftw3-dev"] {os-family = "debian"} 10 + ["libfftw3-dev"] {os-family = "debian" | os-family = "ubuntu"} 11 11 ["fftw"] {os-family = "arch"} 12 12 ["fftw-devel"] {os-distribution = "centos"} 13 13 ["fftw-dev"] {os-distribution = "alpine"}