Skip to content

Commit

Permalink
scc: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 23, 2024
1 parent 2500f75 commit 593ed41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/scc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def requirements(self):
# https://github.com/Minres/SystemC-Components/blob/2023.06/src/sysc/scc/perf_estimator.h#L20
self.requires("boost/1.83.0", transitive_headers=True, transitive_libs=True)
# https://github.com/Minres/SystemC-Components/blob/2023.06/src/sysc/scc/trace/vcd_trace.hh#L28
self.requires("fmt/10.1.1", transitive_headers=True, transitive_libs=True)
self.requires("fmt/10.2.1", transitive_headers=True, transitive_libs=True)
# https://github.com/Minres/SystemC-Components/blob/2023.06/src/common/util/lz4_streambuf.h#L13
self.requires("lz4/1.9.4", transitive_headers=True, transitive_libs=True)
self.requires("rapidjson/cci.20220822")
self.requires("spdlog/1.12.0")
self.requires("spdlog/1.13.0")
# https://github.com/Minres/SystemC-Components/blob/2023.06/src/sysc/tlm/scc/lwtr/tlm2_lwtr.h
self.requires("systemc-cci/1.0.0", transitive_headers=True, transitive_libs=True)
self.requires("systemc/2.3.4", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit 593ed41

Please sign in to comment.