Skip to content

Commit

Permalink
Update htslib (#490) (#491)
Browse files Browse the repository at this point in the history
* install libdeflate-dev

* Link against libdeflate
  • Loading branch information
adamant-pwn authored Jul 1, 2024
1 parent 6bb3cb2 commit abf27f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sudo apt-get install ${{ matrix.compiler }}
fi
sudo apt-get install libbz2-dev libjemalloc-dev libboost-all-dev
sudo apt-get install libbz2-dev libjemalloc-dev libboost-all-dev libdeflate-dev
if [ "${{ matrix.build_static }}" = "ON" ]; then
# for static builds, compile curl ourselves
Expand Down
2 changes: 1 addition & 1 deletion metagraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ set_target_properties(metagraph PROPERTIES OUTPUT_NAME "metagraph_${CMAKE_DBG_AL

set(METALIBS ${METALIBS}
-lKMC
-lhts zlib
-lhts zlib deflate
-lsdsl
jsoncpp_lib
progress_bar
Expand Down

0 comments on commit abf27f6

Please sign in to comment.