mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-18 12:03:40 +01:00
--assume-depexts in README
This commit is contained in:
parent
9d3f1ef05a
commit
ed374af81f
@ -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.
|
||||
|
@ -28,6 +28,7 @@ in quantum chemistry.")
|
||||
(ocaml (>= 4.10))
|
||||
(dune (>= 1.10))
|
||||
(camlp-streams (>= 5.0))
|
||||
trexio
|
||||
lacaml
|
||||
getopt
|
||||
zarith
|
||||
|
@ -21,6 +21,7 @@ depends: [
|
||||
"ocaml" {>= "4.10"}
|
||||
"dune" {>= "1.10"}
|
||||
"camlp-streams" {>= "5.0"}
|
||||
"trexio"
|
||||
"lacaml"
|
||||
"getopt"
|
||||
"zarith"
|
||||
|
Loading…
Reference in New Issue
Block a user