Skip to content

Commit

Permalink
Update hictk to v0.0.9 (#46004)
Browse files Browse the repository at this point in the history
* Add hictk v0.0.9

* Update URL and sha256
  • Loading branch information
robomics authored Feb 26, 2024
1 parent 26e2a23 commit fde2a34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions recipes/hictk/conanfile.txt.patch
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
diff --git a/conanfile.txt b/conanfile.txt
index c3cfb89..163ff31 100644
index 0fc36a2..5577407 100644
--- a/conanfile.txt
+++ b/conanfile.txt
@@ -3,74 +3,11 @@
@@ -3,75 +3,11 @@
# SPDX-License-Identifier: MIT

[requires]
-boost/1.83.0#39551a6ba03b4fe2c7a86b9a6d80cd67
bshoshany-thread-pool/3.5.0#5aaea7ccf37107d3c1ba9ca9ab246e42
-boost/1.84.0#774abb4a1b3702b2f7171ac6b6de777a
bshoshany-thread-pool/4.0.1#b7ce99198b3a54e403393961480085c7
-catch2/3.5.2#9554dc3c4ffcab50daf8f2cac4b79308
-cli11/2.3.2#1424b9b1d9e3682a7122f415b078b4d7
-cli11/2.4.1#afacffd31f631bbb8b7c7d6425fe7a66
concurrentqueue/1.0.4#1e48e1c712bcfd892087c9c622a51502
-eigen/3.4.0#2e192482a8acff96fe34766adca2b24c
-fast_float/6.0.0#6c8a953c57879453982a6ce69c0ba87c
-fast_float/6.1.0#85dc5bf9d3d6e605abf536818397baf3
-fmt/10.2.1#9199a7a0611866dea5c8849a77467b25
-hdf5/1.14.3#31ccd8d4de83844f5db48471df1944a1
-highfive/2.8.0#b1de99f678ff5699cce6fb5fcac44d2d
-highfive/2.9.0#c57477beed8b0110fadeb6da8f48bcc5
-libdeflate/1.19#3ea74a4549efc14d4b1202dc4bfbf602
parallel-hashmap/1.3.11#1e67f4855a3f7cdeb977cc472113baf7
readerwriterqueue/1.0.6#aaa5ff6fac60c2aee591e9e51b063b83
span-lite/0.10.3#1967d71abb32b314387c2ab9c558dd22
span-lite/0.11.0#519fd49fff711674cfed8cd17d4ed422
-spdlog/1.13.0#2775cc949e26b339029a852785b6b276
-zstd/1.5.5#b87dc3b185caa4b122979ac4ae8ef7e8

Expand Down Expand Up @@ -77,3 +77,4 @@ index c3cfb89..163ff31 100644
-highfive*:with_opencv=False
-highfive*:with_xtensor=False
-spdlog*:header_only=True
-zstd*:build_programs=False
4 changes: 2 additions & 2 deletions recipes/hictk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "hictk" %}
{% set version = "0.0.8" %}
{% set sha256 = "4bdadf49cb053731ea31f50312c9e4fcbcdcbaf94c39715f7b325641629bed4b" %}
{% set version = "0.0.9" %}
{% set sha256 = "c64cb07a057863baa199b9d344b27b8f15a1db458390ccf7b5cac0627308d8c8" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit fde2a34

Please sign in to comment.