[eigen3] 01/02: Remove testing of SSE4* instructions.
Anton Gladky
gladk at moszumanska.debian.org
Sun Sep 6 21:57:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository eigen3.
commit 5920866338c7584300dab2fca46b50294d3ff4c9
Author: Anton Gladky <gladk at debian.org>
Date: Sun Sep 6 23:45:41 2015 +0200
Remove testing of SSE4* instructions.
It is not supported by some build-machines
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index b98cb52..380121f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,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