Skip to content

Commit

Permalink
updates depext field for conf-bap-llvm
Browse files Browse the repository at this point in the history
adds opensuse and centos OS, update llvm-version for debian
  • Loading branch information
gitoleg committed Nov 17, 2019
1 parent 1d2e054 commit b5b0109
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/conf-bap-llvm/conf-bap-llvm.1.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
depexts: [

# debian
["llvm-4.0-dev"] {os-family = "debian" & os-distribution != "ubuntu"}
["llvm-6.0-dev"] {os-family = "debian" & os-distribution != "ubuntu"}

# ubuntu
["llvm-3.8-dev"] {os-distribution = "ubuntu" & os-version = "14.04"} #trusty
Expand All @@ -32,6 +32,12 @@ depexts: [
["llvm@6"] {os = "macos" & os-distribution = "homebrew"}

["llvm-dev" "llvm-static"] {os-distribution = "alpine"}

["llvm-devel"] {os-distribution = "opensuse-leap"}

["llvm-devel" "llvm-static"] {os-distribution = "centos"}


]

substs: [ "find-llvm.ml" ]
Expand Down

0 comments on commit b5b0109

Please sign in to comment.