diff options
Diffstat (limited to 'biology/hyphy/files/patch-CMakeLists.txt')
-rw-r--r-- | biology/hyphy/files/patch-CMakeLists.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/biology/hyphy/files/patch-CMakeLists.txt b/biology/hyphy/files/patch-CMakeLists.txt deleted file mode 100644 index 0c926e529c55..000000000000 --- a/biology/hyphy/files/patch-CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ ---- CMakeLists.txt.orig 2025-08-15 20:40:45 UTC -+++ CMakeLists.txt -@@ -83,7 +83,7 @@ int main() { - if(HYPHY_HAVE_NEON) - add_compile_definitions(_SLKP_USE_ARM_NEON) - if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") -- list(APPEND HYPHY_SIMD_FLAGS "-mcpu=native;-mtune=native") -+ list(APPEND HYPHY_SIMD_FLAGS "-mtune=native") - endif() - endif() - set(CMAKE_REQUIRED_FLAGS ${OLD_CMAKE_REQUIRED_FLAGS}) -@@ -91,7 +91,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_CO - - if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") - if(NOT HYPHY_HAVE_NEON AND NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten") -- list(APPEND COMMON_COMPILE_FLAGS "-march=native" "-mcpu=native" "-mtune=native") -+ list(APPEND COMMON_COMPILE_FLAGS "-march=native" "-mtune=native") - endif() - if(NOT NOAVX) - set(OLD_CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS}) -@@ -332,4 +332,4 @@ add_test(NAME GARD COMMAND hyphy tests/hbltests/libv3/ - add_test(CONTRAST-FEL hyphy tests/hbltests/libv3/CFEL.wbf) - add_test(FADE hyphy tests/hbltests/libv3/FADE.wbf) - add_test(NAME GARD COMMAND hyphy tests/hbltests/libv3/GARD.wbf "ENV=TOLERATE_NUMERICAL_ERRORS=1;") --add_test(ABSREL hyphy tests/hbltests/libv3/ABSREL.wbf) -\ No newline at end of file -+add_test(ABSREL hyphy tests/hbltests/libv3/ABSREL.wbf) |