Skip to content
Commits on Source (2)
This diff is collapsed.
......@@ -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)
......
......@@ -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