File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN microdnf install -y openssl-devel dnf \
38
38
&& ln -sf /usr/lib64/libatomic.so.1 /usr/lib64/libatomic.so \
39
39
&& python${PYTHON_VERSION} -m venv ${VIRTUAL_ENV} \
40
40
&& python -m pip install -U pip uv \
41
- && uv pip install wheel build "setuptools<70" setuptools_scm setuptools_rust meson-python cmake ninja cython scikit_build_core scikit_build \
41
+ && uv pip install wheel build "setuptools<70" setuptools_scm setuptools_rust meson-python ' cmake<4' ninja cython scikit_build_core scikit_build \
42
42
&& curl -sL https://ftp2.osuosl.org/pub/ppc64el/openblas/latest/Openblas_${OPENBLAS_VERSION}_ppc64le.tar.gz | tar xvf - -C /usr/local \
43
43
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
44
44
&& cd /tmp && touch control
@@ -238,7 +238,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
238
238
&& python -m pip install -U pip uv --no-cache \
239
239
&& curl -sL https://ftp2.osuosl.org/pub/ppc64el/openblas/latest/Openblas_${OPENBLAS_VERSION}_ppc64le.tar.gz | tar xvf - -C /usr/local \
240
240
&& make -C /numactl install \
241
- && uv pip install cmake \
241
+ && uv pip install ' cmake<4' \
242
242
&& cmake --install /lapack/build \
243
243
&& uv pip uninstall cmake
244
244
You can’t perform that action at this time.
0 commit comments