add lines missed in rebase (adios +bzip2) (#3907)

This commit is contained in:
Mark Olesen 2017-04-19 16:36:46 +02:00 committed by Adam J. Stewart
parent 9b6b91b0b9
commit 22a966d010

View File

@ -128,6 +128,8 @@ def configure_args(self):
if '+zlib' in spec:
extra_args.append('--with-zlib=%s' % spec['zlib'].prefix)
if '+bzip2' in spec:
extra_args.append('--with-bzip2=%s' % spec['bzip2'].prefix)
if '+szip' in spec:
extra_args.append('--with-szip=%s' % spec['szip'].prefix)
if '+zfp' in spec: