rleonid / oml

OCaml Math Library
Apache License 2.0
119 stars 9 forks source link

Use cppo to split build for oml_lite. #171

Closed rleonid closed 8 years ago

rleonid commented 8 years ago

This fixes #157 and #137.

rleonid commented 8 years ago

@smondet @struktured @ihodes Please take a look if you can.

smondet commented 8 years ago

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"
rleonid commented 8 years ago

That is confusing, I wonder what is going on.

smondet commented 8 years ago

I managed to build & use an oml_lite-enabled IOCaml_js notebook!

LGTM!