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

[centos] Update pybind11 to 3.13.5 (2.11.0+ needed for python 3.12)

parent de2b8c2d
Branches
No related tags found
No related merge requests found
Pipeline #62005 failed
...@@ -354,7 +354,7 @@ RUN version=1.6.0 && \ ...@@ -354,7 +354,7 @@ RUN version=1.6.0 && \
ninja -C build ninja -C build
# pybind11 # pybind11
ARG pybind11_VERSION=2.7.1 ARG pybind11_VERSION=2.13.5
RUN source /etc/profile && \ RUN source /etc/profile && \
cd /tmp && \ cd /tmp && \
curl -sSL -o pybind11-${pybind11_VERSION}.tar.gz https://github.com/pybind/pybind11/archive/v${pybind11_VERSION}.tar.gz && \ curl -sSL -o pybind11-${pybind11_VERSION}.tar.gz https://github.com/pybind/pybind11/archive/v${pybind11_VERSION}.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment