mmottl / gsl-ocaml

OCaml bindings to the GSL (GNU Scientific Library).
Other
36 stars 10 forks source link

missing dependency? #32

Closed nilsbecker closed 2 years ago

nilsbecker commented 2 years ago

hi, i just got this installation error from opam

#=== ERROR while compiling gsl.1.24.3 =========================================#
# context     2.1.0 | macos/x86_64 | ocaml-option-flambda.1 ocaml-variants.4.13.0+options | https://opam.ocaml.org#f569100d
# path        ~/.opam/413/.opam-switch/build/gsl.1.24.3
# command     ~/.opam/opam-init/hooks/sandbox.sh build dune build -p gsl @doc -j 1
# exit-code   1
# env-file    ~/.opam/log/gsl-76956-0ba8b1.env
# output-file ~/.opam/log/gsl-76956-0ba8b1.out
### output ###
# Error: Program odoc not found in the tree or in PATH
#  (context: default)
# Hint: opam install odoc

when trying to install on the new 4.13. is there possibly a dependency on odoc missing?

nilsbecker commented 2 years ago

also, OPAMWITHDOC=true which may play a role?

nilsbecker commented 2 years ago

after retrying unchanged, it installed fine (?)