[getfem] 01/06: Disable scilab-bindings on armel.
Anton Gladky
gladk at moszumanska.debian.org
Tue Sep 1 22:17:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository getfem.
commit d2f05df2fd831df8ca79af7f25c3c516769bb6a2
Author: Anton Gladky <gladk at debian.org>
Date: Tue Sep 1 22:35:55 2015 +0200
Disable scilab-bindings on armel.
---
debian/control | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 81c7571..6c50ad8 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@ Build-Depends:
python-numpy,
python-scipy,
python-support (>= 1.0.4),
- scilab [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x],
- scilab-include [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x]
+ scilab [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x !armel],
+ scilab-include [!mips !kfreebsd-amd64 !kfreebsd-i386 !hurd-i386 !s390x !armel]
Standards-Version: 3.9.5
Section: libs
Homepage: http://home.gna.org/getfem/
diff --git a/debian/rules b/debian/rules
index 4b01402..a05f807 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ configure_flags= $(CROSS) --prefix=/usr \
--enable-muparser --enable-mumps \
--with-mumps="-lsmumps_seq -ldmumps_seq -lcmumps_seq -lzmumps_seq -lpord_seq"
-disable_scilab_archs = mips kfreebsd-amd64 kfreebsd-i386 s390x hurd-i386 armhf powerpc mipsel
+disable_scilab_archs = mips kfreebsd-amd64 kfreebsd-i386 s390x hurd-i386 armhf powerpc mipsel armel
ifneq (,$(filter $(DEB_HOST_ARCH), $(disable_scilab_archs)))
configure_flags += --disable-scilab
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getfem.git
More information about the debian-science-commits
mailing list