We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e40461d + 5af5be8 commit c516155Copy full SHA for c516155
packages/conf-ppl/conf-ppl.1/opam
@@ -5,9 +5,13 @@ bug-reports: "http://bugseng.com/products/ppl/bugs"
5
license: "GPL-1.0-or-later"
6
build: [
7
["sh" "-c"
8
+ "cc test.c -I${HOMEBREW_PREFIX:-/opt/homebrew}/include -L${HOMEBREW_PREFIX:-/opt/homebrew}/lib -lppl_c -lppl" {os = "macos" & os-distribution = "homebrew"}
9
"cc test.c -lppl_c -lppl" {os != "freebsd" & os != "openbsd"}
10
"cc test.c -I/usr/local/include -L/usr/local/lib -lppl_c -lppl" {os = "freebsd" | os = "openbsd"}]
11
]
12
+x-ci-accept-failures: [
13
+ "oraclelinux-8" "oraclelinux-9" "alpine-3.19"
14
+]
15
depexts: [
16
["libppl-dev"] {os-family = "debian"}
17
["libppl-dev"] {os-family = "ubuntu"}
0 commit comments