We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d0fe7 commit 6a6e57aCopy full SHA for 6a6e57a
cmake/docker/system_deps/python.Dockerfile
@@ -1,7 +1,7 @@
1
FROM ortools/cmake:system_deps_swig AS env
2
3
ENV PATH=/root/.local/bin:$PATH
4
-RUN pacman -Syu --noconfirm pybind11
+#RUN pacman -Syu --noconfirm pybind11
5
RUN pacman -Syu --noconfirm python \
6
python-setuptools python-wheel python-virtualenv \
7
python-pip python-protobuf python-numpy python-pandas
@@ -15,6 +15,7 @@ COPY . .
15
FROM devel AS build
16
# Archlinux do not provide pybind11 protobuf package
17
RUN cmake -S. -Bbuild -DBUILD_DEPS=OFF \
18
+ -DBUILD_pybind11=ON \
19
-DBUILD_pybind11_abseil=ON \
20
-DBUILD_pybind11_protobuf=ON \
21
-DUSE_COINOR=ON \
0 commit comments