[med-svn] [Git][med-team/libthread-pool][master] 3 commits: Do not build with -march=native

Andreas Tille gitlab at salsa.debian.org
Sun Aug 26 13:57:34 BST 2018


Andreas Tille pushed to branch master at Debian Med / libthread-pool


Commits:
72581542 by Andreas Tille at 2018-08-26T12:55:41Z
Do not build with -march=native

- - - - -
038ca53c by Andreas Tille at 2018-08-26T12:56:10Z
Standards-Version: 4.2.0

- - - - -
83af403e by Andreas Tille at 2018-08-26T12:57:17Z
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/no_march--native.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libthread-pool (1.0.0-2) unstable; urgency=medium
+
+  * Do not build with -march=native
+    Closes: #906618
+  * Standards-Version: 4.2.0
+
+ -- Andreas Tille <tille at debian.org>  Sun, 26 Aug 2018 14:56:11 +0200
+
 libthread-pool (1.0.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #901207)


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
                d-shlibs,
                rename,
                libgtest-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.2.0
 Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
 Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git
 Homepage: https://github.com/rvaser/libthread-pool


=====================================
debian/patches/no_march--native.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Do not build with -march=native
+Bug-Debian: https://bugs.debian.org/906618
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sun, 26 Aug 2018 14:53:02 +0200
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -5,7 +5,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PRO
+ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
+ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
+ 
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -march=native")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
+ set(CMAKE_CXX_STANDARD 11)
+ set(CMAKE_CXX_STANDARD_REQUIRED ON)
+ 


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 shared_and_static.patch
 soversion.patch
+no_march--native.patch



View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/compare/2e579e82683dc458f39eca4360dd2298059de98f...83af403eadaa67cfa6ac03cf3c3dbcf2c6d24ffa

-- 
View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/compare/2e579e82683dc458f39eca4360dd2298059de98f...83af403eadaa67cfa6ac03cf3c3dbcf2c6d24ffa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180826/d15c6ff2/attachment-0001.html>


More information about the debian-med-commit mailing list