Bump ZeroMQ from v4.2.2 to v4.2.5 (#8514)
This addresses some build issues with GCC 8 and the addition of the -Werror=stringop-truncation warning.
This commit is contained in:
parent
818e7481a6
commit
5c731f54b8
@ -32,8 +32,9 @@ class Zeromq(AutotoolsPackage):
|
||||
|
||||
version('develop', branch='master',
|
||||
git='https://github.com/zeromq/libzmq.git')
|
||||
version('4.2.2', '52499909b29604c1e47a86f1cb6a9115',
|
||||
url='https://github.com/zeromq/libzmq/releases/download/v4.2.2/zeromq-4.2.2.tar.gz')
|
||||
version('4.2.5', 'a1c95b34384257e986842f4d006957b8',
|
||||
url='https://github.com/zeromq/libzmq/releases/download/v4.2.5/zeromq-4.2.5.tar.gz')
|
||||
version('4.2.2', '52499909b29604c1e47a86f1cb6a9115')
|
||||
version('4.1.4', 'a611ecc93fffeb6d058c0e6edf4ad4fb')
|
||||
version('4.1.2', '159c0c56a895472f02668e692d122685')
|
||||
version('4.1.1', '0a4b44aa085644f25c177f79dc13f253')
|
||||
@ -49,6 +50,8 @@ class Zeromq(AutotoolsPackage):
|
||||
depends_on('libtool', type='build', when='@develop')
|
||||
depends_on('pkgconfig', type='build')
|
||||
|
||||
conflicts('%gcc@8:', when='@:4.2.2')
|
||||
|
||||
@when('@develop')
|
||||
def autoreconf(self, spec, prefix):
|
||||
bash = which('bash')
|
||||
|
Loading…
Reference in New Issue
Block a user