Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Symbol fix and disable tests
· faf5c90f
Shayan Doust
authored
Aug 11, 2019
Disable tests as this just does not link properly at all.
faf5c90f
Ensure files are installed to the correct directories
· 7ef7fc52
Shayan Doust
authored
Aug 11, 2019
7ef7fc52
Expand all
Hide whitespace changes
Inline
Side-by-side
debian/fast.symbols
View file @
7ef7fc52
This diff is collapsed.
Click to expand it.
debian/patches/set_cmake_options.patch
View file @
7ef7fc52
...
...
@@ -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
View file @
7ef7fc52
...
...
@@ -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