Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies #44

Merged
merged 2 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ project(
include(FetchContent)
FetchContent_Declare(
hictk
URL "${CMAKE_CURRENT_SOURCE_DIR}/external/hictk-0.0.11-d727d20.tar.xz"
URL_HASH "SHA256=fa9442dceee4674344687c8e5b55bc099748b84a541cdb33859c60e0d5bade78"
URL "${CMAKE_CURRENT_SOURCE_DIR}/external/hictk-0.0.12.tar.xz"
URL_HASH "SHA256=9545d948f6feee5f6db0db3648d118483cc54c1f71273b937541b97f67268073"
SYSTEM)

FetchContent_Declare(
Expand Down
6 changes: 3 additions & 3 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# SPDX-License-Identifier: MIT

[requires]
bshoshany-thread-pool/4.0.1#b7ce99198b3a54e403393961480085c7
bshoshany-thread-pool/4.1.0#be1802a8768416a6c9b1393cf0ce5e9c
concurrentqueue/1.0.4#1e48e1c712bcfd892087c9c622a51502
fast_float/6.1.0#85dc5bf9d3d6e605abf536818397baf3
fast_float/6.1.1#e29acaa3d0543dee343abe3f6815346e
fmt/10.2.1#9199a7a0611866dea5c8849a77467b25
hdf5/1.14.3#31ccd8d4de83844f5db48471df1944a1
highfive/2.9.0#c57477beed8b0110fadeb6da8f48bcc5
Expand All @@ -14,7 +14,7 @@ parallel-hashmap/1.3.11#1e67f4855a3f7cdeb977cc472113baf7
readerwriterqueue/1.0.6#aaa5ff6fac60c2aee591e9e51b063b83
span-lite/0.11.0#519fd49fff711674cfed8cd17d4ed422
spdlog/1.13.0#2775cc949e26b339029a852785b6b276
zstd/1.5.5#b87dc3b185caa4b122979ac4ae8ef7e8
zstd/1.5.6#67383dae85d33f43823e7751a6745ea1

[generators]
CMakeDeps
Expand Down
Binary file removed external/hictk-0.0.11-d727d20.tar.xz
Binary file not shown.
Binary file added external/hictk-0.0.12.tar.xz
Binary file not shown.
27 changes: 27 additions & 0 deletions external/licenses/nanobind.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (c) 2022 Wenzel Jakob <wenzel.jakob@epfl.ch>, All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Loading