Subject: skip embedded mphe
Description: mphe uses sse which is not available on all archs
 Disable in makefile the use of this lib as not mandatory
Author: Olivier Sallou
Last-Updated: 2014-09-19
Forwarded: no
--- a/mapsembler2_extremities/thirdparty/gatb-core/CMakeLists.txt
+++ b/mapsembler2_extremities/thirdparty/gatb-core/CMakeLists.txt
@@ -118,6 +118,7 @@
     set (LIBRARY_COMPILE_DEFINITIONS  "${LIBRARY_COMPILE_DEFINITIONS}  -DWITH_LAMBDA_EXPRESSION  ${CXX_STD_VERSION}")
  endif()
 
+set (use_mphf 0)
 if (use_mphf)
     set (LIBRARY_COMPILE_DEFINITIONS  "${LIBRARY_COMPILE_DEFINITIONS}    -DWITH_MPHF ")
         message ("-------------------------------------------------------------------------------------")
