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

Update cmake to 3.15.4

parent bf621a47
No related branches found
No related tags found
No related merge requests found
...@@ -84,13 +84,13 @@ RUN python3.7 -m pip --no-cache-dir install \ ...@@ -84,13 +84,13 @@ RUN python3.7 -m pip --no-cache-dir install \
psutil psutil
RUN cd /tmp && \ RUN cd /tmp && \
curl -sSLO https://cmake.org/files/v3.14/cmake-3.14.5.tar.gz && \ curl -sSLO https://cmake.org/files/v3.15/cmake-3.15.4.tar.gz && \
tar -xf cmake-3.14.5.tar.gz && \ tar -xf cmake-3.15.4.tar.gz && \
cd cmake-3.14.5 && \ cd cmake-3.15.4 && \
./configure --prefix=/usr/local && \ ./configure --prefix=/usr/local && \
make install -j$(nproc --all) && \ make install -j$(nproc --all) && \
cd .. && \ cd .. && \
rm -rf cmake-3.14.5* rm -rf cmake-3.15.4*
COPY hdf5-1.10.2-no-trailing-attributes.patch /tmp COPY hdf5-1.10.2-no-trailing-attributes.patch /tmp
RUN cd /tmp && \ RUN cd /tmp && \
......
...@@ -4,7 +4,7 @@ SHELL ["powershell", "-NoProfile", "-ExecutionPolicy Bypass", "-Command", "$Erro ...@@ -4,7 +4,7 @@ SHELL ["powershell", "-NoProfile", "-ExecutionPolicy Bypass", "-Command", "$Erro
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \ Invoke-Expression ((New-Object Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); \
choco install -y cmake --version 3.14.5 --installargs "ADD_CMAKE_TO_PATH=System"; \ choco install -y cmake --version 3.15.4 --installargs "ADD_CMAKE_TO_PATH=System"; \
choco install -y kitware-ninja --version 1.8.2.8127911; \ choco install -y kitware-ninja --version 1.8.2.8127911; \
choco install -y \ choco install -y \
git \ git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment