--assume-depexts in README

This commit is contained in:
Anthony Scemama 2023-02-24 17:16:39 +01:00
parent 9d3f1ef05a
commit ed374af81f
3 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ To use the Intel MKL library:
```bash
export LACAML_LIBS="-L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_rt -lpthread -lm -ldl"
opam install lacaml
opam install --assume-depexts lacaml
odoc-ltxhtml allows to embed equations in the documentation generated by Ocamldoc.

View File

@ -28,6 +28,7 @@ in quantum chemistry.")
(ocaml (>= 4.10))
(dune (>= 1.10))
(camlp-streams (>= 5.0))
trexio
lacaml
getopt
zarith

View File

@ -21,6 +21,7 @@ depends: [
"ocaml" {>= "4.10"}
"dune" {>= "1.10"}
"camlp-streams" {>= "5.0"}
"trexio"
"lacaml"
"getopt"
"zarith"