Skip to content
Commits on Source (2)
hilive (2.0a-3) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Really install documentation
[ Juhani Numminen ]
* Remove undesired build flag -march=native
-- Andreas Tille <tille@debian.org> Mon, 07 Oct 2019 15:57:40 +0200
hilive (2.0a-2) unstable; urgency=medium
......
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@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
do_not_set_rpath.patch
use_FindSeQan.patch
use_dynamic_linking.patch
remove_march_native.patch