this repo has no description
0
fork

Configure Feed

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

Merge pull request #21192 from ocaml/mseri-patch-1

conf-sundials.2: fix build with macports

authored by

Marcello Seri and committed by
GitHub
38182d9f c0e35dd1

+6 -1
+6 -1
packages/conf-sundials/conf-sundials.2/opam
··· 4 4 bug-reports: "https://github.com/ocaml/opam-repository/issues" 5 5 authors: "Sundials dev team" 6 6 license: "BSD-3-Clause" 7 - build: ["cc" "-E" "test.c"] 7 + build: [ 8 + "cc" 9 + "-E" 10 + "-I/opt/local/include" {os-distribution = "macports"} 11 + "test.c" 12 + ] 8 13 depexts: [ 9 14 ["libsundials-dev"] {(os-family = "debian" | os-family = "ubuntu") & os-distribution != "debian" & os-distribution != "ubuntu"} 10 15 ["libsundials-dev"] {os-distribution = "debian" & os-version >= "10"}