zlib: style changes to check if set of changed files is computed correctly

This commit is contained in:
Massimiliano Culpo 2020-07-29 11:24:46 +02:00 committed by Peter Scheibel
parent 3e1661a183
commit e47e972cf2

View File

@ -3,14 +3,13 @@
# #
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
# Although zlib comes with a configure script, it does not use Autotools # Although zlib comes with a configure script, it does not use Autotools
# The AutotoolsPackage causes zlib to fail to build with PGI # The AutotoolsPackage causes zlib to fail to build with PGI
class Zlib(Package): class Zlib(Package):
"""A free, general-purpose, legally unencumbered lossless """A free, general-purpose, legally unencumbered lossless
data-compression library.""" data-compression library.
"""
homepage = "http://zlib.net" homepage = "http://zlib.net"
# URL must remain http:// so Spack can bootstrap curl # URL must remain http:// so Spack can bootstrap curl