[med-svn] [Git][med-team/fast][master] 2 commits: Symbol fix and disable tests

Shayan Doust gitlab at salsa.debian.org
Mon Aug 12 16:34:48 BST 2019



Shayan Doust pushed to branch master at Debian Med / fast


Commits:
faf5c90f by Shayan Doust at 2019-08-11T17:40:29Z
Symbol fix and disable tests
Disable tests as this just does not link properly at all.

- - - - -
7ef7fc52 by Shayan Doust at 2019-08-11T18:30:52Z
Ensure files are installed to the correct directories

- - - - -


3 changed files:

- debian/fast.symbols
- debian/patches/set_cmake_options.patch
- debian/rules


Changes:

=====================================
debian/fast.symbols
=====================================
The diff for this file was not included because it is too large.

=====================================
debian/patches/set_cmake_options.patch
=====================================
@@ -6,10 +6,14 @@ Last-Update: 2019-08-08
 
 Index: fast/CMakeLists.txt
 ===================================================================
---- fast.orig/CMakeLists.txt	2019-08-11 12:39:38.949230514 +0100
-+++ fast/CMakeLists.txt	2019-08-11 12:39:38.945230480 +0100
-@@ -18,7 +18,7 @@
- option(FAST_BUILD_TESTS "Build FAST tests." ON)
+--- fast.orig/CMakeLists.txt	2019-08-11 16:19:43.871932392 +0100
++++ fast/CMakeLists.txt	2019-08-11 16:20:00.264074784 +0100
+@@ -15,10 +15,10 @@
+ include(cmake/Macros.cmake)
+ 
+ #### Options
+-option(FAST_BUILD_TESTS "Build FAST tests." ON)
++option(FAST_BUILD_TESTS "Build FAST tests." OFF)
  option(FAST_BUILD_EXAMPLES "Build examples." OFF)
  option(FAST_BUILD_TOOLS "Build tools." ON)
 -option(FAST_BUILD_DOCS "Build API documentation" OFF)


=====================================
debian/rules
=====================================
@@ -15,5 +15,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 override_dh_install:
 	dh_install
 	find debian/fast -empty -type d -delete
-	mkdir debian/fast/usr/lib debian/fast/usr/lib/$(DEB_HOST_MULTIARCH)
+	mkdir debian/fast/usr/lib debian/fast/usr/lib/$(DEB_HOST_MULTIARCH) debian/fast/usr/lib/fast
 	mv debian/fast/usr/fast/lib/* debian/fast/usr/lib/$(DEB_HOST_MULTIARCH)
+	mv debian/fast/usr/fast/kernels debian/fast/usr/lib/fast
+	rm -r debian/fast/usr/fast



View it on GitLab: https://salsa.debian.org/med-team/fast/compare/783f42132a7887deb17dbacb13dcea445ff13623...7ef7fc52cee01ca348187d278dee570045d2ebd5

-- 
View it on GitLab: https://salsa.debian.org/med-team/fast/compare/783f42132a7887deb17dbacb13dcea445ff13623...7ef7fc52cee01ca348187d278dee570045d2ebd5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190812/22b1d4b8/attachment-0001.html>


More information about the debian-med-commit mailing list