[SCM] Eigen3 packaging. branch, master, updated. debian/3.1.3-2-7-gd4ae1fc

Anton Gladky gladky.anton at gmail.com
Wed Jul 24 10:54:20 UTC 2013


The following commit has been merged in the master branch:
commit 37d22f4e7fbecbbf765e8491a4426e26f7e01574
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Jul 24 12:51:19 2013 +0200

    Enable all possible test-options.

diff --git a/debian/rules b/debian/rules
index 3621e06..c27a1a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,14 @@ export NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS
 disable_auto_test_archs = mips mipsel armel armhf
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DDART_TESTING_TIMEOUT=300
+	dh_auto_configure -- -DDART_TESTING_TIMEOUT=300 \
+                       -DEIGEN_TEST_SSE2=ON \
+                       -DEIGEN_TEST_SSE3=ON \
+                       -DEIGEN_TEST_SSSE3=ON \
+                       -DEIGEN_TEST_SSE4_1=ON \
+                       -DEIGEN_TEST_SSE4_2=ON \
+                       -DEIGEN_TEST_ALTIVEC=ON \
+                       -DEIGEN_TEST_NEON=ON 
 
 override_dh_installchangelogs:
 	dh_installchangelogs debian/Changelog_upstream

-- 
Eigen3 packaging. 



More information about the debian-science-commits mailing list