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

extern C for disorder include #10

Closed
wants to merge 6 commits into from
Closed

Conversation

alimanfoo
Copy link

Hi Erik, I've been exploring wrapping vcflib via Cython and find I need the smithwaterman/disorder.h include in Variant.h to be wrapped with extern "C".

@alimanfoo
Copy link
Author

Apologies, looks like the Makefile also needs to be modified before vcflib will build, to replace:

DISORDER = smithwaterman/disorder.c

...with:

DISORDER = smithwaterman/disorder.o

@alimanfoo
Copy link
Author

Apologies, being a relative github newbie I didn't realise all my commits to master would end up in this pull request. I'm going to close this and open a separate pull request against a specific branch.

@alimanfoo alimanfoo closed this Feb 19, 2013
adamnovak added a commit to adamnovak/vcflib that referenced this pull request Oct 1, 2018
Allow htslib to be overridden by the environment
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

1 participant