From 6aec4c85c4b1d2276df4100611f2584d94791cb5 Mon Sep 17 00:00:00 2001 From: kozlov Date: Thu, 1 Jun 2017 15:35:13 +0200 Subject: [PATCH] fix asc bias for non-DNA data; update version number --- CMakeLists.txt | 4 ++-- libs/pll-modules | 2 +- src/version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7b78410..7f64483f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ set (USE_VCF OFF) # set both following options to OFF to build a portable binary # (don't worry, libpll will still have full SIMD support!) -set (ENABLE_RAXML_SIMD ON CACHE BOOL "Enable SIMD instructions in RAxML (non-portable but slightly faster)") -set (ENABLE_PLLMOD_SIMD ON CACHE BOOL "Enable SIMD instructions in pll-modules (non-portable but slightly faster)") +set (ENABLE_RAXML_SIMD OFF CACHE BOOL "Enable SIMD instructions in RAxML (non-portable but slightly faster)") +set (ENABLE_PLLMOD_SIMD OFF CACHE BOOL "Enable SIMD instructions in pll-modules (non-portable but slightly faster)") # build a static binary set(STATIC_BUILD OFF CACHE BOOL "Build static binary") diff --git a/libs/pll-modules b/libs/pll-modules index 105b22d9..c06c712d 160000 --- a/libs/pll-modules +++ b/libs/pll-modules @@ -1 +1 @@ -Subproject commit 105b22d9fe997e269a019382939ca2202e43a18e +Subproject commit c06c712dc5faf5225d88e8d0f8e368b930dd0da2 diff --git a/src/version.h b/src/version.h index 266152cf..1a9ce540 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define RAXML_VERSION "0.3.2 BETA" -#define RAXML_DATE "29.05.2017" +#define RAXML_VERSION "0.4.0 BETA" +#define RAXML_DATE "01.06.2017"