-
Notifications
You must be signed in to change notification settings - Fork 295
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
support using system z,bz2 libraries #346
Conversation
Test FAILed. |
Hmm.. cppcheck found new code warnings (otherwise the build passed). This will close #334 |
Test FAILed. |
test this please |
Test PASSed. |
|
support using system z,bz2 libraries
…is available system-wide, upstream dib-lab/khmer#346 Package-Manager: portage-2.2.7
…is available system-wide, upstream dib-lab/khmer#346 Package-Manager: portage-2.2.7
support using system z,bz2 libraries
The default is to use the bundled libraries.
To use the system zlib and bzip2 change setup.cfg or use the
--libraries z,bz2
parameter which will make ourcustom build_ext command strip out the bundled versions.