Skip to content
Commits on Source (2)
......@@ -34,7 +34,8 @@ Depends: ${shlibs:Depends},
opencl-c-headers,
ocl-icd-opencl-dev,
libeigen3-dev,
qtbase5-dev
qtbase5-dev,
libopenslide-dev
Description: framework for Heterogeneous Medical Image Computing
An open-source cross-platform framework with the main goal of making it
easier to do processing and visualization of medical images on
......
......@@ -6,14 +6,10 @@ Last-Update: 2019-08-08
Index: fast/CMakeLists.txt
===================================================================
--- 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)
--- fast.orig/CMakeLists.txt 2019-08-14 12:16:10.787472253 +0100
+++ fast/CMakeLists.txt 2019-08-14 12:16:39.072304964 +0100
@@ -18,7 +18,7 @@
option(FAST_BUILD_TESTS "Build FAST tests." ON)
option(FAST_BUILD_EXAMPLES "Build examples." OFF)
option(FAST_BUILD_TOOLS "Build tools." ON)
-option(FAST_BUILD_DOCS "Build API documentation" OFF)
......@@ -21,3 +17,15 @@ Index: fast/CMakeLists.txt
option(FAST_DOWNLOAD_TEST_DATA "Download test data automatically (> 1 GB)" OFF)
option(FAST_MODULE_VTK "Enable interoperability with VTK" OFF)
option(FAST_MODULE_ITK "Enable interoperability with ITK" OFF)
@@ -31,9 +31,9 @@
option(FAST_MODULE_Python "Build Python wrappers" OFF)
option(FAST_MODULE_Kinect "Build kinect module" OFF)
option(FAST_MODULE_RealSense "Build real sense module" OFF)
-option(FAST_MODULE_WholeSlideImaging "Build whole slide imaging module" OFF)
+option(FAST_MODULE_WholeSlideImaging "Build whole slide imaging module" ON)
option(FAST_MODULE_Clarius "Build clarius ultrasound module" OFF)
-option(FAST_CONTINUOUS_INTEGRATION "Used for continuous integration tests" OFF)
+option(FAST_CONTINUOUS_INTEGRATION "Used for continuous integration tests" ON)
option(FAST_BUILD_QT5 "Download and build Qt 5.8. Turn this OFF if you want to use pre-built binaries you already have on your machine." OFF)
# Python version