[sumo] 04/05: Drop msse2 buildfpags, unsupported by some platforms
Anton Gladky
gladk at moszumanska.debian.org
Mon Apr 20 21:41:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch experimental
in repository sumo.
commit de8037fb0988846cdece0aa2aff9064f9bf81d04
Author: Anton Gladky <gladk at debian.org>
Date: Mon Apr 20 21:00:16 2015 +0200
Drop msse2 buildfpags, unsupported by some platforms
---
debian/patches/10_remove_embedded_gl2ps.patch | 2 +-
debian/patches/20_fix_scripts_headers.patch | 2 +-
debian/patches/40_drop_some_buildflags.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/debian/patches/10_remove_embedded_gl2ps.patch b/debian/patches/10_remove_embedded_gl2ps.patch
index 6d25a84..f483b62 100644
--- a/debian/patches/10_remove_embedded_gl2ps.patch
+++ b/debian/patches/10_remove_embedded_gl2ps.patch
@@ -1,5 +1,5 @@
Description: Remove from compilation embedded copy of gl2ps, use packaged version instead.
-Author: Anton Gladky <gladky.anton at gmail.com>
+Author: Anton Gladky <gladk at debian.org>
Last-Update: 2015-04-16
Index: sumo-0.23.0/src/Makefile.am
diff --git a/debian/patches/20_fix_scripts_headers.patch b/debian/patches/20_fix_scripts_headers.patch
index 65b62e0..4415989 100644
--- a/debian/patches/20_fix_scripts_headers.patch
+++ b/debian/patches/20_fix_scripts_headers.patch
@@ -1,5 +1,5 @@
Description: fixes headers of scripts
-Author: Anton Gladky <gladky.anton at gmail.com>
+Author: Anton Gladky <gladk at debian.org>
Last-Update: 2015-04-16
Index: sumo-0.23.0/tools/projects/TaxiFCD_Krieg/src/analysis/Taxi.py
diff --git a/debian/patches/40_drop_some_buildflags.patch b/debian/patches/40_drop_some_buildflags.patch
new file mode 100644
index 0000000..0d52055
--- /dev/null
+++ b/debian/patches/40_drop_some_buildflags.patch
@@ -0,0 +1,18 @@
+Description: drop msse2 buildfpags, unsupported by some platforms
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2015-04-20
+
+--- sumo-0.23.0+dfsg1.orig/configure.ac
++++ sumo-0.23.0+dfsg1/configure.ac
+@@ -13,11 +13,6 @@ AC_LANG([C++])
+
+ dnl the debug check has to be made before the program checks
+ dnl because it modifies CXXFLAGS
+-if test x$CXX = xclang++; then
+- CXXFLAGS="-msse2 $CXXFLAGS"
+-else
+- CXXFLAGS="-msse2 -mfpmath=sse $CXXFLAGS"
+-fi
+ AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug],[enable sumo debugging code [default=no].])])
+ if test x$enable_debug = xyes; then
+ AC_DEFINE(_DEBUG, 1, [Define to 1 in order to enable sumo debugging code.])
diff --git a/debian/patches/series b/debian/patches/series
index a9dd137..dc1fa94 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
10_remove_embedded_gl2ps.patch
20_fix_scripts_headers.patch
30_add_missing_link.patch
+40_drop_some_buildflags.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sumo.git
More information about the debian-science-commits
mailing list