Skip to content
Snippets Groups Projects
Commit f48f118e authored by calrama's avatar calrama
Browse files

ubuntu18.04: Update pybind11 to 2.3.0

parent 3fdc39b3
Branches
No related tags found
No related merge requests found
...@@ -96,14 +96,14 @@ RUN cd /tmp && \ ...@@ -96,14 +96,14 @@ RUN cd /tmp && \
rm -rf hdf5-1.10.2* rm -rf hdf5-1.10.2*
RUN cd /tmp && \ RUN cd /tmp && \
curl -sSLO https://github.com/pybind/pybind11/archive/v2.2.4.tar.gz && \ curl -sSLO https://github.com/pybind/pybind11/archive/v2.3.0.tar.gz && \
tar -xf v2.2.4.tar.gz && \ tar -xf v2.3.0.tar.gz && \
cd pybind11-2.2.4 && \ cd pybind11-2.3.0 && \
cmake -Bbuild -H. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DPYBIND11_TEST=off -G Ninja && \ cmake -Bbuild -H. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DPYBIND11_TEST=off -G Ninja && \
ninja -C build install && \ ninja -C build install && \
cd .. && \ cd .. && \
rm -f v2.2.4.tar.gz && \ rm -f v2.3.0.tar.gz && \
rm -rf pybind11-2.2.4 rm -rf pybind11-2.3.0
RUN cd /tmp && \ RUN cd /tmp && \
curl -sSLO https://github.com/rpclib/rpclib/archive/v2.2.1.tar.gz && \ curl -sSLO https://github.com/rpclib/rpclib/archive/v2.2.1.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment