Skip to content
Snippets Groups Projects
Commit 22a966d0 authored by Mark Olesen's avatar Mark Olesen Committed by Adam J. Stewart
Browse files

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

parent 9b6b91b0
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment