diff --git a/debian-base/Dockerfile b/debian-base/Dockerfile index dd50ef1..9454bc9 100644 --- a/debian-base/Dockerfile +++ b/debian-base/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y subversion git zip unzip wget curl htop && rm -rf /var/cache/apt/archives/* # last cmake from sources, into /opt -ENV CUR_CMAKE_VERSION=3.20.0 +ENV CUR_CMAKE_VERSION=4.3.2 WORKDIR /soft RUN wget -nv https://github.com/Kitware/CMake/releases/download/v${CUR_CMAKE_VERSION}/cmake-${CUR_CMAKE_VERSION}-Linux-x86_64.sh \ && mkdir -p /opt/cmake \ diff --git a/windows/fftw.cmake.patch b/windows/fftw.cmake.patch new file mode 100644 index 0000000..5448149 --- /dev/null +++ b/windows/fftw.cmake.patch @@ -0,0 +1,9 @@ +--- CMakeLists.txt 2026-04-18 10:17:59.000000000 +0000 ++++ CMakeLists_new.txt 2026-05-06 08:33:16.061429892 +0000 +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 3.0) ++cmake_minimum_required (VERSION 3.13) + + if (NOT DEFINED CMAKE_BUILD_TYPE) + set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type") + \ No newline at end of file