this repo has no description
0
fork

Configure Feed

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

Merge pull request #25976 from jmid/expand-conf-numa

Expand conf-numa platform support

authored by

Marcello Seri and committed by
GitHub
1b6ee7ff 7c9334f2

+4 -2
+4 -2
packages/conf-numa/conf-numa.0.1.0/opam
··· 6 6 license: "MIT" 7 7 dev-repo: "git+https://www.github.com/stevebleazard/ocaml-conf-numa.git" 8 8 depexts: [ 9 - ["libnuma-dev"] {os-family = "debian"} 9 + ["libnuma-dev"] {os-family = "debian" | os-family = "ubuntu"} 10 10 ["numactl-libs" "numactl-devel"] {os-distribution = "centos"} 11 11 ["numactl-libs" "numactl-devel"] {os-distribution = "fedora"} 12 + ["numactl-devel"] {os-distribution = "ol"} 12 13 ["libnuma-devel"] {os-family = "suse" | os-family = "opensuse"} 13 14 ["libnuma-dev"] {os-distribution = "alpine"} 15 + ["linux-c7-numactl-libs"] {os = "freebsd"} 14 16 ] 15 - available: os != "macos" & os != "freebsd" & os != "openbsd" 17 + available: os != "macos" & os != "openbsd" 16 18 synopsis: "Package relying on libnuma" 17 19 description: """ 18 20 Virtual package relying on a libnuma system installation.