[eigen3] 01/02: Remove testing of SSE4* instructions.
Anton Gladky
gladk at moszumanska.debian.org
Wed Sep 23 18:36:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch unstable
in repository eigen3.
commit 43675b38d4eef2e6bc9e9123ff8b0d11c662ceee
Author: Anton Gladky <gladk at debian.org>
Date: Wed Sep 23 20:14:44 2015 +0200
Remove testing of SSE4* instructions.
---
debian/rules | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index b98cb52..0c3ebcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,11 +17,7 @@ extra_flags += -DDART_TESTING_TIMEOUT=300
ifneq (,$(filter $(DEB_HOST_ARCH),$(sse_archs)))
extra_flags += \
- -DEIGEN_TEST_SSE2=ON \
- -DEIGEN_TEST_SSE3=ON \
- -DEIGEN_TEST_SSSE3=ON \
- -DEIGEN_TEST_SSE4_1=ON \
- -DEIGEN_TEST_SSE4_2=ON
+ -DEIGEN_TEST_SSE3=ON
endif
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git
More information about the debian-science-commits
mailing list