gnu: cmake: Enable libarchive tests.
* gnu/packages/cmake.scm (cmake)[arguments]: Remove phase disabling libarchive tests. [home-page]: Use https.
This commit is contained in:
parent
a29a5f968a
commit
97127431ee
1 changed files with 2 additions and 10 deletions
|
@ -97,15 +97,7 @@ (define-public cmake
|
||||||
"--mandir=share/man"
|
"--mandir=share/man"
|
||||||
,(string-append
|
,(string-append
|
||||||
"--docdir=share/doc/cmake-"
|
"--docdir=share/doc/cmake-"
|
||||||
(version-major+minor version)))))))
|
(version-major+minor version))))))))))
|
||||||
(add-after 'unpack 'remove-libarchive-version-test
|
|
||||||
; This test check has been failing consistantly over libarchive 3.2.x
|
|
||||||
; and cmake 3.4.x and 3.5.x so we disable it for now
|
|
||||||
(lambda _
|
|
||||||
(substitute*
|
|
||||||
"Tests/CMakeOnly/AllFindModules/CMakeLists.txt"
|
|
||||||
(("LibArchive") ""))
|
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("file" ,file)
|
`(("file" ,file)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
|
@ -117,7 +109,7 @@ (define-public cmake
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "CMAKE_PREFIX_PATH")
|
(variable "CMAKE_PREFIX_PATH")
|
||||||
(files '("")))))
|
(files '("")))))
|
||||||
(home-page "http://www.cmake.org/")
|
(home-page "https://www.cmake.org/")
|
||||||
(synopsis "Cross-platform build system")
|
(synopsis "Cross-platform build system")
|
||||||
(description
|
(description
|
||||||
"CMake is a family of tools designed to build, test and package software.
|
"CMake is a family of tools designed to build, test and package software.
|
||||||
|
|
Loading…
Reference in a new issue