[Pkg-octave-commit] [octave] 01/01: Disable JIT on hurd-i386, LLVM not available there.

Sébastien Villemot sebastien at debian.org
Mon Mar 3 08:17:07 UTC 2014


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

sebastien pushed a commit to branch master
in repository octave.

commit 367d4309fe136bead716a9cfa38d2a863a898819
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Mar 3 09:16:44 2014 +0100

    Disable JIT on hurd-i386, LLVM not available there.
---
 debian/control | 2 +-
 debian/rules   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 47b5265..003570e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: gfortran, debhelper (>= 9), automake, dh-autoreconf, texinfo,
  libqhull-dev, desktop-file-utils, libfltk1.3-dev, libgl2ps-dev,
  libgraphicsmagick++1-dev, libftgl-dev, libfontconfig1-dev,
  libqrupdate-dev, libarpack2-dev (>= 2.1+parpack96.dfsg-2), dh-exec,
- dpkg-dev (>= 1.16.1), llvm-dev [!armel !armhf !mips !mipsel !powerpc],
+ dpkg-dev (>= 1.16.1), llvm-dev [!armel !armhf !hurd-i386 !mips !mipsel !powerpc],
  default-jdk, libqscintilla2-dev, libxft-dev, javahelper
 Standards-Version: 3.9.5
 Homepage: http://www.octave.org/
diff --git a/debian/rules b/debian/rules
index 459e5b2..25b6217 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,10 @@ JAVA_LIBDIR := $(firstword $(JVM_CLIENT_DIR) $(JVM_SERVER_DIR))
 WITH_JAVA_FLAGS := --with-java-homedir=$(JAVA_HOME) --with-java-libdir=$(JAVA_LIBDIR)
 endif
 
-# Disable the JIT on some archs. JIT unit tests with LLVM currently segfault
-# on those. This arch list must be kept in sync with the arch
-# list qualifying llvm-dev in debian/control.
-NO_JIT_ARCHS := armel armhf mips mipsel powerpc
+# Disable the JIT on some archs. JIT unit tests with LLVM currently segfault on
+# those (except for hurd-i386 where LLVM is not available). This arch list must
+# be kept in sync with the arch list qualifying llvm-dev in debian/control.
+NO_JIT_ARCHS := armel armhf hurd-i386 mips mipsel powerpc
 ifneq (,$(filter $(DEB_HOST_ARCH),$(NO_JIT_ARCHS)))
 DISABLE_JIT_FLAG := --disable-jit
 endif

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list