Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Aug 13, 2020
1 parent be09d3d commit 0e74fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set_property(TARGET libhts PROPERTY IMPORTED_LOCATION ${LIBHTS_A})
# b) go through perf/FlameGraph profiling flow and check that no
# rocksdb function has a big chunk like 5% or more
ExternalProject_Add(rocksdb
URL https://github.com/facebook/rocksdb/archive/v6.8.1.tar.gz
URL https://github.com/facebook/rocksdb/archive/v6.11.4.tar.gz
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
Expand Down Expand Up @@ -150,7 +150,7 @@ set(FCMM_INCLUDE_DIR ${source_dir})
include_directories(${FCMM_INCLUDE_DIR})

ExternalProject_Add(spdlog
URL https://github.com/gabime/spdlog/archive/v1.6.1.tar.gz
URL https://github.com/gabime/spdlog/archive/v1.7.0.tar.gz
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
Expand Down
1 change: 0 additions & 1 deletion src/genotyper.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <assert.h>
#include <math.h>
#include <algorithm>
#include "genotyper.h"
#include "diploid.h"
Expand Down

0 comments on commit 0e74fc4

Please sign in to comment.