[med-svn] [Git][med-team/hilive][master] 2 commits: Remove undesired build flag -march=native

Andreas Tille gitlab at salsa.debian.org
Thu Jan 16 10:54:39 GMT 2020



Andreas Tille pushed to branch master at Debian Med / hilive


Commits:
e5421404 by Juhani Numminen at 2020-01-16T11:56:35+02:00
Remove undesired build flag -march=native

- - - - -
bf2e76a8 by Andreas Tille at 2020-01-16T10:54:25+00:00
Merge branch 'march-native' into 'master'

Remove undesired build flag -march=native

See merge request med-team/hilive!1
- - - - -


3 changed files:

- debian/changelog
- + debian/patches/remove_march_native.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,7 +1,11 @@
 hilive (2.0a-3) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * Really install documentation
 
+  [ Juhani Numminen ]
+  * Remove undesired build flag -march=native
+
  -- Andreas Tille <tille at debian.org>  Mon, 07 Oct 2019 15:57:40 +0200
 
 hilive (2.0a-2) unstable; urgency=medium


=====================================
debian/patches/remove_march_native.patch
=====================================
@@ -0,0 +1,16 @@
+Description: -march=native must not be used for distribution packages
+ The resulting binaries may be dependent on features of the build machine.
+Author: Juhani Numminen <juhaninumminen0 at gmail.com>
+Last-Update: 2020-01-16
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -53,7 +53,7 @@
+ 
+ # SeqAn specific flags
+ if ( NOT CONDA )
+-	add_compile_options( -march=native )
++	add_compile_options( )
+ endif()
+ 
+ # Set flags for compilation


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 do_not_set_rpath.patch
 use_FindSeQan.patch
 use_dynamic_linking.patch
+remove_march_native.patch



View it on GitLab: https://salsa.debian.org/med-team/hilive/compare/a18f873b74c5a8f125d91cdafe4bec1dff377137...bf2e76a8ded0c381c1b19ebeed6a2ce30c4e6928

-- 
View it on GitLab: https://salsa.debian.org/med-team/hilive/compare/a18f873b74c5a8f125d91cdafe4bec1dff377137...bf2e76a8ded0c381c1b19ebeed6a2ce30c4e6928
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/20200116/fc9973ac/attachment-0001.html>


More information about the debian-med-commit mailing list