alan-j-hu / llvm-dune

The official LLVM OCaml binding but built using dune
Other
26 stars 3 forks source link

Allow using the scripts from any directories (fixes detection of the current directory) #14

Open kit-ty-kate opened 1 year ago

kit-ty-kate commented 1 year ago

Reported in https://github.com/ocaml/opam-repository/issues/24374

glondu commented 1 year ago

I don't know how I'm supposed to test this...

I git cloned the branch and opam pin .d it, which gave me:

[ERROR] Package conflict!
  * Missing dependency:
    - conf-llvm >= 15.0.7+nnp-2
    no matching version

I indeed do not have a version 15.0.7+nnp-2 of conf-llvm, only 15.

I removed & = version from the conf-llvm line of llvm.opam, committed, opam update, opam install llvm and it worked.

kit-ty-kate commented 1 year ago

Alternative partial fix was merged in #17