[osmo-trx] 01/01: Still build with SSE if supported

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Oct 23 18:42:37 UTC 2015


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

rubund-guest pushed a commit to branch master
in repository osmo-trx.

commit 60d01674230e1e47f7d7fde68a7abc53fd8523b7
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Oct 23 19:43:00 2015 +0200

    Still build with SSE if supported
---
 debian/changelog                        | 9 +++++++++
 debian/patches/02_no_march_native.patch | 7 ++++---
 debian/rules                            | 2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dc17ee1..981bca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+osmo-trx (0~20150325gitf147b17+dfsg-3~exp1) experimental; urgency=medium
+
+  * debian/control:
+    - Remove --without-sse again.
+  * debian/patches/02_no_march_native.patch:
+    - Instead add only SSE options to CFLAGS 
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 23 Oct 2015 20:35:21 +0200
+
 osmo-trx (0~20150325gitf147b17+dfsg-2) unstable; urgency=medium
 
   * debian/patches/02_no_march_native.patch:
diff --git a/debian/patches/02_no_march_native.patch b/debian/patches/02_no_march_native.patch
index cc14741..3ba6498 100644
--- a/debian/patches/02_no_march_native.patch
+++ b/debian/patches/02_no_march_native.patch
@@ -3,12 +3,13 @@ Description: -march=native will cause problem since it may optimize
 Author: Ruben Undheim <ruben.undheim at gmail.com>
 Index: osmo-trx/Transceiver52M/x86/Makefile.am
 ===================================================================
---- osmo-trx.orig/Transceiver52M/x86/Makefile.am	2015-10-14 21:54:27.580391598 +0200
-+++ osmo-trx/Transceiver52M/x86/Makefile.am	2015-10-21 08:50:23.905189154 +0200
-@@ -1,5 +1,5 @@
+--- osmo-trx.orig/Transceiver52M/x86/Makefile.am	2015-10-23 20:33:50.478724007 +0200
++++ osmo-trx/Transceiver52M/x86/Makefile.am	2015-10-23 20:34:07.986452054 +0200
+@@ -1,5 +1,6 @@
  if !ARCH_ARM
 -AM_CFLAGS = -Wall -std=gnu99 -march=native -I../common
 +AM_CFLAGS = -Wall -std=gnu99 -I../common
++AM_CFLAGS += $(SIMD_FLAGS)
  
  noinst_LTLIBRARIES = libarch.la
  
diff --git a/debian/rules b/debian/rules
index cfbb74c..6e5e67c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_clean:
 
 
 override_dh_auto_configure:
-	dh_auto_configure -- --without-sse
+	dh_auto_configure
 
 override_dh_auto_test:
 	dh_auto_test

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



More information about the debian-science-commits mailing list