Skip to content

Commit

Permalink
fix asc bias for non-DNA data; update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
amkozlov committed Jun 1, 2017
1 parent 0df26d9 commit 6aec4c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion libs/pll-modules
Submodule pll-modules updated 1 files
+1 −1 libs/libpll
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6aec4c8

Please sign in to comment.