Files
DRAMSys/vcpkg.json
Derek Christ db74e7549a Update to SystemC 3.0.1
Fix some of the deprecation warnings introduced in the new version such
as the removal of SC_HAS_PROCESS.
2025-10-10 09:39:13 +02:00

18 lines
291 B
JSON

{
"name": "dramsys",
"version": "5.0",
"dependencies": [
"benchmark",
"gtest",
"pybind11",
"python3",
{
"name": "sqlite3",
"features": [
"rtree"
]
},
"systemc"
],
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b"
}