Updated f77zmq

This commit is contained in:
Anthony Scemama 2021-11-16 19:22:54 +01:00
parent b697c98e5a
commit b8c9836b74
2 changed files with 5 additions and 7 deletions

10
configure vendored
View File

@ -226,13 +226,11 @@ EOF
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file qp2-dependencies/f77_zmq-4.2.5.tar.gz
cd f77_zmq-*
tar --gunzip --extract --file qp2-dependencies/f77-zmq-4.3.2.tar.gz
cd f77-zmq-*
./configure --prefix=\$QP_ROOT
export ZMQ_H="\$QP_ROOT"/include/zmq.h
make
cp libf77zmq.a "\${QP_ROOT}"/lib
cp libf77zmq.so "\${QP_ROOT}"/lib
cp f77_zmq_free.h "\${QP_ROOT}"/include
make && make check && make install
EOF

@ -1 +1 @@
Subproject commit 0e1ca91313e4b6ba3ea042b6378c3ff483781fb1
Subproject commit 6189ecaa86a9c48e1b30f3f35b7c42a6261041d3