[med-svn] r8150 - trunk/packages/vxl/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Oct 14 07:41:27 UTC 2011


Author: malat-guest
Date: 2011-10-14 07:41:26 +0000 (Fri, 14 Oct 2011)
New Revision: 8150

Modified:
   trunk/packages/vxl/trunk/debian/README.source
   trunk/packages/vxl/trunk/debian/rules
Log:
remove tests for now

Modified: trunk/packages/vxl/trunk/debian/README.source
===================================================================
--- trunk/packages/vxl/trunk/debian/README.source	2011-10-14 07:33:18 UTC (rev 8149)
+++ trunk/packages/vxl/trunk/debian/README.source	2011-10-14 07:41:26 UTC (rev 8150)
@@ -22,3 +22,25 @@
 ...
 -- Found Open Cl? YES
 ...
+
+---
+
+Tests have been deactivated for now, they fails on amd64 with:
+
+The following tests FAILED:
+	104 - vnl_test_sparse_matrix (SEGFAULT)
+	361 - mbl_test_sample_stats_1d (Failed)
+	642 - bsta_test_parzen_sphere (Failed)
+	650 - bsta_test_beta (Failed)
+	656 - bsta_algo_test_von_mises_update (Failed)
+	657 - bsta_algo_test_beta_updater (Failed)
+	695 - brip_test_mask (Failed)
+	697 - brip_test_extrema (OTHER_FAULT)
+	718 - bvxm_test_rpc_registration_process (Failed)
+	732 - bmdl_classify_process (SEGFAULT)
+	743 - brec_test_part_hierarchy_learner (Failed)
+	746 - brec_test_hierarchy_detector2 (SEGFAULT)
+	761 - boxm_test_update (OTHER_FAULT)
+	762 - boxm_test_update_multi_bin (OTHER_FAULT)
+	774 - test_octree_kernel_operator (Failed)
+

Modified: trunk/packages/vxl/trunk/debian/rules
===================================================================
--- trunk/packages/vxl/trunk/debian/rules	2011-10-14 07:33:18 UTC (rev 8149)
+++ trunk/packages/vxl/trunk/debian/rules	2011-10-14 07:41:26 UTC (rev 8150)
@@ -11,6 +11,7 @@
 DEBIAN_SRC_DIR = vxl-$(VER_FULL)
 DEBIAN_SRC_TAR = vxl_$(VER_FULL).orig.tar.gz
 
+# CMAKE_SKIP_RPATH=OFF is required when BUILD_TESTING=ON
 CMAKE_FLAGS = \
 	-DCMAKE_INSTALL_PREFIX:PATH=/usr \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
@@ -36,7 +37,7 @@
 	-DBUILD_CORE_UTILITIES:BOOL=ON \
 	-DBUILD_CORE_VIDEO:BOOL=ON \
 	-DBUILD_EXAMPLES:BOOL=OFF \
-	-DBUILD_TESTING:BOOL=ON
+	-DBUILD_TESTING:BOOL=OFF
 
 pkg_lib = libvxl$(SOVERSION)
 pkg_dev = libvxl$(VER_MAJOR)-dev




More information about the debian-med-commit mailing list