zeromq ver. bump
This commit is contained in:
@@ -5,10 +5,15 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
|
||||
shelltools.system("""sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' configure""")
|
||||
shelltools.system("sed -i 's/openpgm-5.1/openpgm-5.2/' configure configure.ac")
|
||||
|
||||
autotools.configure("--with-pgm --with-libsodium --disable-static")
|
||||
# fix unused dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
@@ -17,4 +22,6 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.insinto("/usr/include", "cppzmq-4.8.0/*.hpp")
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>ZeroMQ core engine in C++, implements ZMTP/3.1</Summary>
|
||||
<Description>The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.</Description>
|
||||
<Archive sha1sum="c76f42e5ecbd3db3a40519c55d985ef2968aabce" type="targz">https://github.com/zeromq/libzmq/archive/v4.3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="a100316bc2c74c8375a2a4b36bb839a84c950f83" type="targz" target="libzmq-4.3.2">https://github.com/zeromq/cppzmq/archive/v4.5.0.tar.gz</Archive>
|
||||
<Archive sha1sum="9c91ef047885531877e0ad5f5593b97ccd2c1023" type="targz">https://github.com/zeromq/libzmq/archive/v4.3.4.tar.gz</Archive>
|
||||
<Archive sha1sum="ece4782e654e2179c4cfedf22176929ee3807f05" type="targz" target="libzmq-4.3.4">https://github.com/zeromq/cppzmq/archive/v4.8.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsodium-devel</Dependency>
|
||||
<Dependency>openpgm-devel</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-12-06</Date>
|
||||
<Version>4.3.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>4.3.2</Version>
|
||||
@@ -60,4 +67,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user