9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 18:25:17 +02:00

Add -lpthread in configure

This commit is contained in:
Alice Cuzzocrea 2019-04-12 13:34:17 +02:00
parent 148add1a73
commit 9804c8bc6e

2
configure vendored
View File

@ -389,7 +389,7 @@ if [[ ${ZEROMQ} = $(not_found) ]] ; then
fail
fi
F77ZMQ=$(find_lib -lzmq -lf77zmq)
F77ZMQ=$(find_lib -lzmq -lf77zmq -lpthread)
if [[ ${F77ZMQ} = $(not_found) ]] ; then
error "Fortran binding of ZeroMQ (f77zmq) is not installed."
fail