rleonid / oml

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

Constrain lacaml, lbfgs, and ocephes used for development. #152

Closed rleonid closed 8 years ago

rleonid commented 8 years ago

For those folks who want to build from source, I'd like to synchronize our dependencies. I've added equality constraints (as strict as possible) because I value making sure that the project always builds above having large constraints (that's for releasing, tagged versions). We should expand these constraints as new versions come out and we verify that the project (the master branch in this case) builds.

This should fix https://github.com/hammerlab/oml/issues/151

@struktured