Skip to content

Commit

Permalink
Bump hictk
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 30, 2023
1 parent 80c57f6 commit fe827b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include(FetchContent)
FetchContent_Declare(
hictk
GIT_REPOSITORY "https://github.com/paulsengroup/hictk.git"
GIT_TAG "1c2ec57446d1485e16958bc611016548329b6620"
GIT_TAG "5a27e5c4a071c3384bfc521747c0fe5c329b221f"
SYSTEM)

set(BUILD_SHARED_LIBS ON)
Expand Down
2 changes: 2 additions & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spdlog/1.12.0
CMakeDeps

[options]
fmt*:header_only=True
hdf5*:enable_cxx=False
hdf5*:hl=False
hdf5*:threadsafe=False
Expand All @@ -24,3 +25,4 @@ highfive*:with_boost=False
highfive*:with_eigen=False
highfive*:with_opencv=False
highfive*:with_xtensor=False
spdlog*:header_only=True

0 comments on commit fe827b7

Please sign in to comment.