this repo has no description
0
fork

Configure Feed

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

conf-nauty: add macOS homebrew support

+3 -2
+3 -2
packages/conf-nauty/conf-nauty.1.0/opam
··· 4 4 authors: "http://pallini.di.uniroma1.it/Links.html#contact" 5 5 bug-reports: "https://github.com/ocaml/opam-repository/issues" 6 6 license: "Apache-2.0" 7 - build: ["pkg-config" "nauty"] {os != "macos"} 7 + build: ["pkg-config" "nauty"] 8 8 depends: [ 9 - "conf-pkg-config" {build & os != "macos"} 9 + "conf-pkg-config" {build} 10 10 ] 11 11 depexts: [ 12 12 ["nauty-dev"] {os-distribution = "alpine"} 13 13 ["libnauty2-dev"] {os-family = "debian" | os-family = "ubuntu"} 14 14 ["libnauty-devel"] {os-distribution = "fedora"} 15 15 ["nauty-devel"] {os-family = "suse" | os-family = "opensuse"} 16 + ["nauty"] {os = "macos" & os-distribution = "homebrew"} 16 17 ["nauty"] {os = "freebsd"} 17 18 ] 18 19 x-ci-accept-failures: [