[med-svn] [Git][med-team/fast][master] 2 commits: Test suite now builds successfully

Shayan Doust gitlab at salsa.debian.org
Wed Aug 14 12:54:01 BST 2019



Shayan Doust pushed to branch master at Debian Med / fast


Commits:
ad1b1710 by Shayan Doust at 2019-08-14T11:48:43Z
Test suite now builds successfully
Issue reference: github.com/smistad/FAST/issues/119

- - - - -
49f3d655 by Shayan Doust at 2019-08-14T11:53:08Z
Add libopenslide as a package prerequisite.
We are now building with WholeSlideImaging fast module enabled

- - - - -


2 changed files:

- debian/control
- debian/patches/set_cmake_options.patch


Changes:

=====================================
debian/control
=====================================
@@ -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


=====================================
debian/patches/set_cmake_options.patch
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/med-team/fast/compare/99fc6181161b6f2d3000d482c5139000d1583099...49f3d655e424be434eca614534eeeb831c8fa761

-- 
View it on GitLab: https://salsa.debian.org/med-team/fast/compare/99fc6181161b6f2d3000d482c5139000d1583099...49f3d655e424be434eca614534eeeb831c8fa761
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/20190814/0067bf7f/attachment-0001.html>


More information about the debian-med-commit mailing list