Skip to content

Commit

Permalink
removed ocaml version checks and build of test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebleazard committed Dec 11, 2017
1 parent 883f5f0 commit 2ff1785
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conf-numa.opam
Expand Up @@ -6,10 +6,6 @@ bug-reports: "https://www.github.com/stevebleazard/ocaml-conf-numa/issues"
license: "MIT"
dev-repo: "https://www.github.com/stevebleazard/ocaml-conf-numa.git"

build: [
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include files/test.c"]
]

depexts: [
[["debian"] ["libnuma-dev"]]
[["ubuntu"] ["libnuma-dev"]]
Expand All @@ -19,4 +15,4 @@ depexts: [
[["alpine"] ["libnuma-dev"]]
]

available: [ ocaml-version >= "4.03.0" & os != "darwin" & os != "freebsd" & os != "openbsd" ]
available: [ os != "darwin" & os != "freebsd" & os != "openbsd" ]

0 comments on commit 2ff1785

Please sign in to comment.