Make bz2 optional
Closed this issue · 1 comments
jonblack commented
The autoconf file requires libbz2
to be installed but the code has the compiler flag USE_COMPRESSION
so compression can be disabled.
Is the flag needed? If not, remove it; otherwise, use the flag from autoconf in the code.
jonblack commented
CCP4 is unable to provide bz2 so we should make the dependency optional.