unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob cf9aa6c82dce69eb9d1318a8cc779d245f27ddcd 1161 bytes (raw)
name: gnu/packages/patches/biboumi-cmake-ignore-git.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 
Description: Avoid cmake messing with git
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2016-12-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -288,27 +288,6 @@
 endforeach()
 
 #
-## Add a rule to download the catch unit test framework
-#
-include(ExternalProject)
-ExternalProject_Add(catch
-  GIT_REPOSITORY "https://lab.louiz.org/louiz/Catch.git"
-  PREFIX "external"
-  UPDATE_COMMAND ""
-  CONFIGURE_COMMAND ""
-  BUILD_COMMAND ""
-  INSTALL_COMMAND ""
-  )
-set_target_properties(catch PROPERTIES EXCLUDE_FROM_ALL TRUE)
-ExternalProject_Get_Property(catch SOURCE_DIR)
-if(NOT EXISTS ${CMAKE_SOURCE_DIR}/tests/catch.hpp)
-  target_include_directories(test_suite
-    PUBLIC "${SOURCE_DIR}/single_include/"
-    )
-  add_dependencies(test_suite catch)
-endif()
-
-#
 ## Add some custom rules to launch the tests
 #
 add_custom_target(check COMMAND "test_suite"
@@ -371,8 +350,7 @@
   WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
   )
 add_custom_target(dist
-  DEPENDS ${ARCHIVE_NAME}.tar.xz
-  DEPENDS catch)
+  DEPENDS ${ARCHIVE_NAME}.tar.xz)
 
 add_custom_target(rpm
   DEPENDS dist

debug log:

solving cf9aa6c82d ...
found cf9aa6c82d in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).