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

Build flexibility #262

Merged
merged 2 commits into from
Nov 10, 2017
Merged

Build flexibility #262

merged 2 commits into from
Nov 10, 2017

Conversation

0xaf1f
Copy link
Contributor

@0xaf1f 0xaf1f commented Nov 10, 2017

support additional standard build flags

  • apply the C preprocessor flags when building C code (not just C++ code)
  • apply LDFLAGS when linking

Improve support for using externally installed libraries

  • allow overriding the build settings without editing the Makefile
  • allow use of an external htslib

* apply the C preprocessor flags to C code (not just C++ code)
* apply LDFLAGS when linking
* allow overriding the build settings without editing the Makefile
* allow use of external htslib
@0xaf1f
Copy link
Contributor Author

0xaf1f commented Nov 10, 2017

Didn't check the issue list before, but I see now that this should resolve #213. I haven't tested a full build yet, though (waiting for mateidavid/fast5#16).

@jts jts merged commit a86778a into jts:master Nov 10, 2017
@jts
Copy link
Owner

jts commented Nov 10, 2017

Thanks @0xaf1f! Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants