[libntl] 01/02: Disabling NATIVE compilation to fix illegal instruction problems

Julien Puydt julien.puydt at laposte.net
Wed Jul 6 08:17:46 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository libntl.

commit a2128bd190a7b474776a077c9d6eecbd638edd85
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Wed Jul 6 09:36:56 2016 +0200

    Disabling NATIVE compilation to fix illegal instruction problems
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 738739b..8168b79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ntl (9.9.1-3) UNRELEASED; urgency=medium
+
+  * disable NATIVE to fix illegal instruction problems
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Wed, 06 Jul 2016 09:35:30 +0200
+
 ntl (9.9.1-2) unstable; urgency=medium
 
   * upload to unstable for transition
diff --git a/debian/rules b/debian/rules
index ed82364..580c5c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ build-indep:
 # by one invocation, so this is a pattern rule...
 include/NTL/con%ig.h src/src/m%ileout src/make%ile src/c%ileout: src/configure src/m%ile src/c%ile src/DoConfig
 	cd src && ./configure \
-		WIZARD=off SHARED=on \
+		WIZARD=off SHARED=on NATIVE=off \
 		CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='$(LDFLAGS)' \
 		DEF_PREFIX='/usr' \
 		NTL_GMP_LIP=on SHARED=on \

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



More information about the debian-science-commits mailing list