mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
initial version
This commit is contained in:
48
conanfile.txt
Normal file
48
conanfile.txt
Normal file
@@ -0,0 +1,48 @@
|
||||
[requires]
|
||||
yaml-cpp/0.8.0
|
||||
jsoncpp/1.9.5
|
||||
boost/1.85.0
|
||||
asmjit/cci.20240531
|
||||
elfio/3.12
|
||||
fmt/8.0.1
|
||||
spdlog/1.9.2
|
||||
gsl-lite/0.41.0
|
||||
lz4/1.9.3
|
||||
zlib/1.2.13
|
||||
seasocks/1.4.6
|
||||
systemc/2.3.4
|
||||
|
||||
[options]
|
||||
boost/*:fPIC=True
|
||||
boost/*:header_only=False
|
||||
boost/*:without_contract=True
|
||||
boost/*:without_fiber=True
|
||||
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_python=True
|
||||
boost/*:without_random=True
|
||||
boost/*:without_regex=True
|
||||
boost/*:without_stacktrace=True
|
||||
boost/*:without_test=True
|
||||
boost/*:without_timer=True
|
||||
boost/*:without_type_erasure=True
|
||||
boost/*:without_wave=True
|
||||
fmt/*:header_only=True
|
||||
libiconv/*:shared=False
|
||||
asmjit/*:shared=False
|
||||
systemc/*:shared=False
|
||||
systemc/*:disable_virtual_bind=False
|
||||
|
||||
[generators]
|
||||
CMakeDeps
|
||||
CMakeToolchain
|
||||
|
||||
[layout]
|
||||
cmake_layout
|
||||
Reference in New Issue
Block a user