[scilab] 02/03: Disable modelica on armel (no ocamlopt)
Julien Puydt
julien.puydt at laposte.net
Sat Dec 2 12:16:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository scilab.
commit 563f17192ed21a1358e341c79b559e151ff4a67e
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Nov 29 12:53:12 2017 +0100
Disable modelica on armel (no ocamlopt)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 6de9192..7ebdd39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
endif
# requires ocamlopt
-ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el mips mipsel s390x sparc))
+ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armel ppc64el mips mipsel s390x sparc))
DEB_CONFIGURE_NORMAL_ARGS += --without-modelica
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scilab.git
More information about the debian-science-commits
mailing list