summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-15 00:09:15 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-20 12:35:16 +0100
commit1fde134e46635f1df9c558a1e036a33201129856 (patch)
tree143519a104bec3c3f180d9e93985452df27b5943
parenta4734b335899b6e7ef17ae157f3e10c6751598e8 (diff)
Set the correct version of cmake required by vcpkg
-rw-r--r--private/komodo/cmake.scm13
1 files changed, 8 insertions, 5 deletions
diff --git a/private/komodo/cmake.scm b/private/komodo/cmake.scm
index 6e1b2b8..3c6f924 100644
--- a/private/komodo/cmake.scm
+++ b/private/komodo/cmake.scm
@@ -136,7 +136,10 @@ using the CMake build system.")
;; This test requires 'ldconfig' which is not available in Guix.
"RunCMake.install"
;; This test fails for unknown reason.
- "RunCMake.file-GET_RUNTIME_DEPENDENCIES"))
+ "RunCMake.file-GET_RUNTIME_DEPENDENCIES"
+
+ "CMakeLib.testDebuggerNamedPipe-Project"
+ "CMakeLib.testDebuggerNamedPipe-Script"))
(define %common-disabled-tests/hurd
'("CTestTestTimeout"
@@ -166,7 +169,7 @@ using the CMake build system.")
(define-public cmake-bootstrap
(package
(name "cmake-bootstrap")
- (version "3.27.9")
+ (version "3.27.1")
(source (origin
(method url-fetch)
(uri (string-append "https://cmake.org/files/v"
@@ -174,7 +177,7 @@ using the CMake build system.")
"/cmake-" version ".tar.gz"))
(sha256
(base32
- "13kh930cvljk4fg3ysva196ys29ijzxwy4prfyj5wsiaayc9p6k0"))
+ "01102g2j5klqxl6jvwhwz45libcg9hnb7xchdr3r86x1bw9v19mi"))
(patches (search-patches "cmake-curl-certificates-3.24.patch"))))
(build-system gnu-build-system)
(arguments
@@ -351,7 +354,7 @@ and workspaces that can be used in the compiler environment of your choice.")
(package
(inherit cmake-minimal)
(name "cmake")
- (version "3.27.9")
+ (version "3.27.1")
(source (origin
(inherit (package-source cmake-minimal))
(method url-fetch)
@@ -366,7 +369,7 @@ and workspaces that can be used in the compiler environment of your choice.")
,@rest))))
(sha256
(base32
- "13kh930cvljk4fg3ysva196ys29ijzxwy4prfyj5wsiaayc9p6k0"))
+ "01102g2j5klqxl6jvwhwz45libcg9hnb7xchdr3r86x1bw9v19mi"))
(patches (search-patches "cmake-curl-certificates-3.24.patch"))))
(outputs '("out" "doc"))
(arguments