Closed rleonid closed 8 years ago
@smondet @struktured @ihodes Please take a look if you can.
After installing I still depend on all the c-libs:
$ cat `ocamlfind query oml-lite`/META
description="OCaml Math Library (Lite)"
requires="lacaml lbfgs ocephes"
version="0.0.6"
directory="."
archive(byte)="oml_lite.cma"
archive(native)="oml_lite.cmxa"
That is confusing, I wonder what is going on.
I managed to build & use an oml_lite
-enabled IOCaml_js
notebook!
LGTM!
This fixes #157 and #137.