Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow non-opam installations #52

Merged
merged 3 commits into from
May 16, 2019
Merged

allow non-opam installations #52

merged 3 commits into from
May 16, 2019

Commits on May 13, 2019

  1. allow non-opam installations

    Makefile: provide rules for flags/libs.tmp and flags/cflags.tmp, clean: rm them
    .gitignore: ignore remporary generated flags files
    hannesm committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e217c33 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Simplify flags/... generation

    pkg-config can take multiple arguments and will combine all
    dependencies, so no need for any loops and so many intermediate steps.
    mato committed May 15, 2019
    Configuration menu
    Copy the full SHA
    7904eee View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Remove use of "echo" and "cat" from flags/... generation

    According to the dune metadata format [1], extra whitespace and newlines
    are not significant in a list, so remove the fragile use of "cat" from
    flags/ generation, replacing it with a single invocation of "sed".
    
    [1] https://dune.readthedocs.io/en/latest/project-layout-specification.html#metadata-format
    mato committed May 16, 2019
    Configuration menu
    Copy the full SHA
    eba186f View commit details
    Browse the repository at this point in the history