Skip to content

Commit 1d8683a

Browse files
authored
Merge pull request scikit-build#75 from scikit-build/update-to-cmake-3.14.4
Update to CMake 3.14.4
2 parents 4fcdeca + f7d4312 commit 1d8683a

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

CMakeUrls.cmake

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

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3.tar.gz")
5-
set(unix_source_sha256 "215d0b64e81307182b29b63e562edf30b3875b834efdad09b3fcb5a7d2f4b632")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4.tar.gz")
5+
set(unix_source_sha256 "00b4dc9b0066079d10f16eed32ec592963a44e7967371d2f5077fd1670ff36d9")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3.zip")
8-
set(windows_source_sha256 "06c0ea5d486d5b837daa50c0bf76f2d375e1053790942ea78c42c5f8bb56aa62")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4.zip")
8+
set(windows_source_sha256 "c33bf2dc5fabd4c86566eed62942ba18e05194dbbe5fe62b0d11882a2468ab63")
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.14.3/cmake-3.14.3-Linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "29faa62fb3a0b6323caa3d9557e1a5f1205614c0d4c5c2a9917f16a74f7eff68")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-Linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "9f414df8e432c4a143c2d6d81e170581badba8d89df1cf8944735b9122765c50")
1818

19-
set(macosx_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-Darwin-x86_64.tar.gz")
20-
set(macosx_binary_sha256 "3672bdf0aa492c6f1061f3c2d6ae670c3f6ac1eca56a3d6ed5dbe749e2b5a9c9")
19+
set(macosx_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-Darwin-x86_64.tar.gz")
20+
set(macosx_binary_sha256 "8a0c98869cb1e74e31c401a9ecf7a7cacbcfe9d4e7944f434e2f1d3995fefdf4")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win32-x86.zip")
23-
set(win32_binary_sha256 "1a2d8ffdb63d3b53fe3a93e378ce2e4a36656bdce015cc3e561920e406ebf497")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-win32-x86.zip")
23+
set(win32_binary_sha256 "37faf7051c6318927b67ee1bf7e0c8d34b7159679d38e80ad860f833f92a096f")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.3/cmake-3.14.3-win64-x64.zip")
26-
set(win64_binary_sha256 "53856665d3302aca1684e20eaf423062ab192665a9714a27b10f2d6cd01f3454")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-win64-x64.zip")
26+
set(win64_binary_sha256 "7a0901a26a987259f720ca763ede1dff8161b7024488a89d2aa497e5e1508f5e")

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.14.3 <https://cmake.org/cmake/help/v3.14/index.html>`_.
14+
The CMake python wheels provide `CMake 3.14.4 <https://cmake.org/cmake/help/v3.14/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.14.3 <https://cmake.org/cmake/help/v3.14/index.html>`_.
18+
The CMake python wheels provide `CMake 3.14.4 <https://cmake.org/cmake/help/v3.14/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ Available CMake archives can be found at https://cmake.org/files.
1717
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
1818
``X.Y.Z`` CMake version available for download. For example::
1919

20-
$ release=3.11.4
20+
$ release=3.14.4
2121
$ python scripts/update_cmake_version.py ${release}
22-
Collecting URLs and SHA256s from 'https://cmake.org/files/v3.11'
23-
Collecting URLs and SHA256s from 'https://cmake.org/files/v3.11' - done
24-
Updating 'CMakeUrls.cmake' with CMake version 3.11.0
25-
Updating 'CMakeUrls.cmake' with CMake version 3.11.0 - done
22+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.14.4'
23+
[...]
24+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.14.4' - done
25+
Updating 'CMakeUrls.cmake' with CMake version 3.14.4
26+
Updating 'CMakeUrls.cmake' with CMake version 3.14.4 - done
2627
Updating docs/index.rst
2728
Updating docs/index.rst - done
2829
Updating README.rst
@@ -33,7 +34,7 @@ Available CMake archives can be found at https://cmake.org/files.
3334
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
3435
For example::
3536

36-
release=3.11.4
37+
release=3.14.4
3738
git checkout -b update-to-cmake-${release}
3839
git add CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py
3940
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.14.3"
12+
expected_version = "3.14.4"
1313

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

0 commit comments

Comments
 (0)