[yade] 01/02: Remove amd64 from unsupported archs.

Anton Gladky gladk at moszumanska.debian.org
Sun Oct 25 13:24:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository yade.

commit e6cacc9e5f673525ddb17c5a91fc233a3e6b2f6e
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Oct 25 14:23:36 2015 +0100

    Remove amd64 from unsupported archs.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0c3fe60..fbdc38c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ extra_flags += \
 -DENABLE_SPH=ON
 
 override_dh_auto_configure:
-ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel amd64))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel))
 	echo 'This architecture is not supported, exiting'
 	exit 2
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yade.git



More information about the debian-science-commits mailing list