vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

CI failures due to old library versions

Open duck2 opened this issue 1 year ago • 0 comments

We get CI failures on the github runners with this error message (and not the google cloud runners?):

CMake Deprecation Error at abc/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

This happens with abc and capnproto. We can update them or tell CMake to ignore this for now. (but we should remember to update eventually)

plan:

  • [x] Short term: I'll tell cmake to ignore this
  • [ ] Short term: I'll update capnproto?
  • [ ] Medium term: @alirezazd can you update abc?

duck2 avatar Jul 31 '23 16:07 duck2