Skip to content

Commit

Permalink
Merge pull request #4 from paulsengroup/bump/deps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
robomics authored Apr 18, 2024
2 parents 4a1e69e + 29f8f91 commit 9d5ae84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
fail-fast: false
matrix:
include:
- { os: windows-latest, r-version: 4.3.2 }
- { os: macos-latest, r-version: 4.3.2 }
- { os: windows-latest, r-version: 4.3.3 }
- { os: macos-latest, r-version: 4.3.3 }
- { os: ubuntu-latest, r-version: 3.6.3 }
- { os: ubuntu-latest, r-version: 4.0.5 }
- { os: ubuntu-latest, r-version: 4.1.3 }
- { os: ubuntu-latest, r-version: 4.2.3 }
- { os: ubuntu-latest, r-version: 4.3.2 }
- { os: ubuntu-latest, r-version: 4.3.3 }

runs-on: ${{ matrix.os }}

Expand Down
42 changes: 1 addition & 41 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,13 @@
# SPDX-License-Identifier: MIT

[requires]
hictk/0.0.9
hictk/0.0.12#8e413cd45528da38b5a41ccffee41d6d

[generators]
CMakeDeps
MakeDeps

[options]
boost*:system_no_deprecated=True
boost*:asio_no_deprecated=True
boost*:filesystem_no_deprecated=True
boost*:filesystem_version=4
boost*:zlib=False
boost*:bzip2=False
boost*:lzma=False
boost*:zstd=False
boost*:without_atomic=False
boost*:without_chrono=True
boost*:without_container=True
boost*:without_context=True
boost*:without_contract=True
boost*:without_coroutine=True
boost*:without_date_time=True
boost*:without_exception=False
boost*:without_fiber=True
boost*:without_filesystem=False
boost*:without_graph=True
boost*:without_graph_parallel=True
boost*:without_iostreams=True
boost*:without_json=True
boost*:without_locale=True
boost*:without_log=True
boost*:without_math=True
boost*:without_mpi=True
boost*:without_nowide=True
boost*:without_program_options=True
boost*:without_python=True
boost*:without_random=True
boost*:without_regex=True
boost*:without_serialization=True
boost*:without_stacktrace=True
boost*:without_system=False
boost*:without_test=True
boost*:without_thread=True
boost*:without_timer=True
boost*:without_type_erasure=True
boost*:without_url=True
boost*:without_wave=True
fmt*:header_only=True
hdf5*:enable_cxx=False
hdf5*:hl=False
Expand Down

0 comments on commit 9d5ae84

Please sign in to comment.