Chris00 / ocaml-benchmark

Benchmarking module for OCaml
GNU Lesser General Public License v3.0
28 stars 7 forks source link

latest ocaml-benchmark 1.6 fails to build with dune/jbuilder 1.0.1 #12

Open david-geiger opened 6 years ago

david-geiger commented 6 years ago

Hi,

I tried on Mageia Cauldron to compile ocaml-benchmark 1.6 but it fails to build with the following issue:

cd ocaml-benchmark-1.6 '[' 1 -eq 1 ']' '[' 1 -eq 1 ']' dune build @install File "dune-project", line 1, characters 11-14: Error: Version 1.1 of dune is not supported. Supported versions: -- 0.0 -- 1.0 error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.PNbBi9 (%build)

Regards, David

Chris00 commented 6 years ago

What is the output of dune --version?

Chris00 commented 6 years ago

And can you upgrade Dune to version 1.1?