mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-24 13:23:41 +01:00
Update ZMQ and fix sBk
This commit is contained in:
parent
5753d340c8
commit
9d51395d8d
2
configure
vendored
2
configure
vendored
@ -138,7 +138,7 @@ ezfio = Info(
|
||||
default_path=join(QP_ROOT_INSTALL, "EZFIO"))
|
||||
|
||||
zeromq = Info(
|
||||
url='https://github.com/zeromq/zeromq4-1/releases/download/v4.1.5/zeromq-4.1.5.tar.gz',
|
||||
url='https://github.com/zeromq/libzmq/archive/v4.2.5.tar.gz'
|
||||
description=' ZeroMQ',
|
||||
default_path=join(QP_ROOT_LIB, "libzmq.a"))
|
||||
|
||||
|
@ -11,7 +11,8 @@ function _install()
|
||||
set -u
|
||||
ORIG=$(pwd)
|
||||
cd "${BUILD}"
|
||||
./configure --prefix=$QP_ROOT --without-libsodium || exit 1
|
||||
./autogen.sh
|
||||
./configure --prefix=$QP_ROOT --without-libsodium --disable-libunwind || exit 1
|
||||
make -j 8 || exit 1
|
||||
make install || exit 1
|
||||
cd ${ORIG}
|
||||
|
@ -1 +1 @@
|
||||
dress_zmq DavidsonDressed Selectors_full Generators_CAS
|
||||
dress_zmq DavidsonDressed Selectors_full Generators_full
|
||||
|
Loading…
Reference in New Issue
Block a user