Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

allow overriding automated dependency analysis #37

Open
agarwal opened this issue Sep 26, 2016 · 0 comments
Open

allow overriding automated dependency analysis #37

agarwal opened this issue Sep 26, 2016 · 0 comments

Comments

@agarwal
Copy link
Member

agarwal commented Sep 26, 2016

We call ocamldep to compute dependencies, but ocamldep is known to give wrong answers in common cases. We should let users override the default.

See biocaml/biocaml@ca7cb58 for an example of where this has already affected us.

See this message on the caml-list about a related feature apparently available in ocp-build.

agarwal referenced this issue in biocaml/biocaml Sep 26, 2016
Added tests for the new Fasta implementation in biocaml.base

For some reason, if I open Biocaml_base.Std and use the Fasta module
afterwards, ocamlbuild complains about circular dependencies... That's
the reason why I have to define:
```ocaml
module Fasta = Biocaml_base.Std.Fasta
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant