[emos] 03/05: New upstream release.

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jan 5 21:57:01 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 888bfe1f9c85b12e78bc44425a319cdf5d4c7441
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jan 4 03:39:49 2016 +0000

    New upstream release.
---
 debian/changelog               |  6 ++++++
 debian/patches/drop_tune.patch | 22 +++++++++++-----------
 debian/patches/series          |  1 -
 3 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10b4a75..728dfa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emoslib (2:4.3.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 04 Jan 2016 03:39:28 +0000
+
 emoslib (2:4.1.1-6) unstable; urgency=medium
 
   * Use -fPIC building on s390x to resolve GOT linking errors
diff --git a/debian/patches/drop_tune.patch b/debian/patches/drop_tune.patch
index e98fc75..bfed9c0 100644
--- a/debian/patches/drop_tune.patch
+++ b/debian/patches/drop_tune.patch
@@ -1,20 +1,20 @@
 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: 2014-07-09
+Last-Updated: 2016-01-01
 Forwarded: no
 
-Index: emoslib-4.0.7/CMakeLists.txt
+Index: emoslib-4.3.3/CMakeLists.txt
 ===================================================================
---- emoslib-4.0.7.orig/CMakeLists.txt
-+++ emoslib-4.0.7/CMakeLists.txt
-@@ -59,8 +59,8 @@ endif()
+--- emoslib-4.3.3.orig/CMakeLists.txt
++++ emoslib-4.3.3/CMakeLists.txt
+@@ -62,8 +62,8 @@ endif()
  # build type flags
  if(CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
-   set(CMAKE_Fortran_FLAGS         "-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized -DSHAREDMEMORY")
--  set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -mtune=native")
--  set(CMAKE_Fortran_FLAGS_RELWITHDEBINFO "-g -O2 -mtune=native")
-+  set(CMAKE_Fortran_FLAGS_RELEASE "-O2")
-+  set(CMAKE_Fortran_FLAGS_RELWITHDEBINFO "-g -O2")
-   set(CMAKE_Fortran_FLAGS_DEBUG   "-g")
+   ecbuild_add_fortran_flags("-ffixed-line-length-none -fcray-pointer -fno-second-underscore -Wuninitialized -Wunused-variable -DSHAREDMEMORY")
+-  ecbuild_add_fortran_flags("-O2 -mtune=native"    BUILD RELEASE)
+-  ecbuild_add_fortran_flags("-g -O2 -mtune=native" BUILD RELWITHDEBINFO)
++  ecbuild_add_fortran_flags("-O2"    BUILD RELEASE)
++  ecbuild_add_fortran_flags("-g -O2" BUILD RELWITHDEBINFO)
+   ecbuild_add_fortran_flags("-g"                   BUILD DEBUG)
    set(emos_special_compiler_def   "gfortran")
  elseif(CMAKE_Fortran_COMPILER_ID MATCHES "Intel")
diff --git a/debian/patches/series b/debian/patches/series
index edcd1db..d61ce27 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 drop_tune.patch
-huge.patch
 bufrnum.patch
 pkgconfig.patch
 little_endian.patch

-- 
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