Skip to content

Commit fb3765a

Browse files
authored
Update to CMake 3.27.0 (#382)
1 parent d6e2997 commit fb3765a

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CMakeUrls.cmake

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4.tar.gz")
5-
set(unix_source_sha256 "313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0.tar.gz")
5+
set(unix_source_sha256 "aaeddb6b28b993d0a6e32c88123d728a17561336ab90e0bf45032383564d3cb8")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4.zip")
8-
set(windows_source_sha256 "833b70485508e775ae1c8b6efb60f4a0c68a349c8df79dd2f583c964534b509b")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0.zip")
8+
set(windows_source_sha256 "0669bee468aa9b571584ef8e23fa20a3fbf714fa47889ccba34679316ee52217")
99

1010
#-----------------------------------------------------------------------------
1111
# CMake binaries
1212

1313
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
1414
set(linux32_binary_sha256 "NA")
1515

16-
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "ba1e0dcc710e2f92be6263f9617510b3660fa9dc409ad2fb8190299563f952a0")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "89c7e74d29f442e4734954310e09dd12d13636991f2d90d0ed1bececb8bf9b9c")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "f30362daae58788ada07f9f0fe2b49a53dde4262e2d8fe73640045d9d6055183")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "dd9a7a8d5bd7d20b694eda8ff9c31147a5e1faa3bca1099836cfa0f81f8d5809")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-i386.zip")
23-
set(win32_binary_sha256 "342ca44f494985f8ef43676eb8a0404b2c68321036e28aa221ceab51d377b158")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-i386.zip")
23+
set(win32_binary_sha256 "bb3c3ca83be02a410b10393d563ec1e83d2048fea5eb35e88efe5c75e239dac3")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-x86_64.zip")
26-
set(win64_binary_sha256 "62c35427104a4f8205226f72708d71334bd36a72cf72c60d0e3a766d71dcc78a")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-x86_64.zip")
26+
set(win64_binary_sha256 "fc5f901ef4d438eafbe35b24c608d5de11e517f157b3b7ab8ebbaa7c3c0171d2")
2727

28-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-windows-arm64.zip")
29-
set(winarm64_binary_sha256 "6a9b28f318e766e40ac032b7fd2064fa9e026ff329f0ea175cbc8b15af51c45c")
28+
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.0/cmake-3.27.0-windows-arm64.zip")
29+
set(winarm64_binary_sha256 "9345cbbb25cb5e8f3c68db067151a013c628783edbfc6fcf622ae58900aa8ad3")

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The suite of CMake tools were created by Kitware in response to the need
1111
for a powerful, cross-platform build environment for open-source projects
1212
such as ITK and VTK.
1313

14-
The CMake python wheels provide `CMake 3.26.4 <https://cmake.org/cmake/help/v3.26/index.html>`_.
14+
The CMake python wheels provide `CMake 3.27.0 <https://cmake.org/cmake/help/v3.27/index.html>`_.
1515

1616
Latest Release
1717
--------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The suite of CMake tools were created by Kitware in response to the need
1515
for a powerful, cross-platform build environment for open-source projects
1616
such as `ITK <https://www.itk.org>`_ and `VTK <http://www.vtk.org>`_.
1717

18-
The CMake python wheels provide `CMake 3.26.4 <https://cmake.org/cmake/help/v3.26/index.html>`_.
18+
The CMake python wheels provide `CMake 3.27.0 <https://cmake.org/cmake/help/v3.27/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Classic procedure:
2929
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
3030
``X.Y.Z`` CMake version available for download. For example::
3131

32-
$ release=3.26.4
32+
$ release=3.27.0
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.4'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.0'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.4' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.26.4
38-
Updating 'CMakeUrls.cmake' with CMake version 3.26.4 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.27.0' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.27.0
38+
Updating 'CMakeUrls.cmake' with CMake version 3.27.0 - done
3939
Updating docs/index.rst
4040
Updating docs/index.rst - done
4141
Updating README.rst
@@ -46,7 +46,7 @@ Classic procedure:
4646
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
4747
For example::
4848

49-
release=3.26.4
49+
release=3.27.0
5050
git switch -c update-to-cmake-$release
5151
git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py docs/update_cmake_version.rst
5252
git commit -m "Update to CMake $release"

tests/test_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def _check_cmake_install(virtualenv, tmpdir):
12-
expected_version = "3.26.4"
12+
expected_version = "3.27.0"
1313

1414
for executable_name in ["cmake", "cpack", "ctest"]:
1515
output = virtualenv.run(

0 commit comments

Comments
 (0)