[emos] 03/12: Set mcmodel=medany for sparc64.

Alastair McKinstry mckinstry at moszumanska.debian.org
Mon May 30 11:29:09 UTC 2016


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

mckinstry pushed a commit to branch debian/master
in repository emos.

commit ab68192670d31ccdb07bd9391a03270df4eeefaf
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Mar 25 10:48:48 2016 +0000

    Set mcmodel=medany for sparc64.
---
 debian/changelog                   | 6 ++++++
 debian/patches/drop_tune.patch     | 2 +-
 debian/patches/links-fix.patch     | 6 ++++++
 debian/patches/little_endian.patch | 2 +-
 debian/rules                       | 2 +-
 5 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efae55e..1ad8ddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emoslib (2:4.3.9-2) unstable; urgency=medium
+
+  * Set mcmodel=medany for sparc64.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 25 Mar 2016 10:48:07 +0000
+
 emoslib (2:4.3.9-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/drop_tune.patch b/debian/patches/drop_tune.patch
index 6c041d5..ef81d08 100644
--- a/debian/patches/drop_tune.patch
+++ b/debian/patches/drop_tune.patch
@@ -1,7 +1,7 @@
 Author: Alastair McKinstry <mckinstry at debian.org>
 Description: Drop tune=native which breaks on s390x, and is a bad idea in general distros.
 Last-Updated: 2016-01-01
-Forwarded: no
+Forwarded: https://software.ecmwf.int/issues/browse/SUP-1593
 
 Index: emoslib-4.3.9/CMakeLists.txt
 ===================================================================
diff --git a/debian/patches/links-fix.patch b/debian/patches/links-fix.patch
index c2c3d99..7e767fd 100644
--- a/debian/patches/links-fix.patch
+++ b/debian/patches/links-fix.patch
@@ -1,3 +1,9 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: make links.sh script (called in packaging) idempotent
+Forwarded: https://software.ecmwf.int/issues/browse/SUP-1592
+Last-Updated: 2016-03-22
+
+
 Index: emoslib-4.3.9/bufrtables/links.sh
 ===================================================================
 --- emoslib-4.3.9.orig/bufrtables/links.sh
diff --git a/debian/patches/little_endian.patch b/debian/patches/little_endian.patch
index 4139ad5..3b7c21e 100644
--- a/debian/patches/little_endian.patch
+++ b/debian/patches/little_endian.patch
@@ -2,7 +2,7 @@ Author: Alastair McKinstry <mckinstry at debian.org>
 Description: Only use LITTLE_ENDIAN on LITTLE_ENDIAN machines (make optional and
   say no on big-endian in debian/rules)
 Last-Updated: 2016-02-04
-Forwarded: no
+Forwarded: https://software.ecmwf.int/issues/browse/SUP-1594
 
 Index: emoslib-4.3.9/CMakeLists.txt
 ===================================================================
diff --git a/debian/rules b/debian/rules
index 8367316..4d82df7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ ifeq ($(ARCH), amd64)
   MCMODEL_FLAGS:= -mcmodel=medium
 endif
 ifeq ($(ARCH), sparc64)
-  MCMODEL_FLAGS:= -mcmodel=large
+  MCMODEL_FLAGS:= -mcmodel=medany
 endif
 ifeq ($(ARCH), ppc64el)
   MCMODEL_FLAGS:= -mcmodel=large

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



More information about the debian-science-commits mailing list