mratsim / weave

A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
Other
532 stars 22 forks source link

install deps for tests #182

Closed ringabout closed 1 year ago

ringabout commented 2 years ago

The Nim repo executes nimble test_gc_arc to make sure weave works on devel. But weave needs cligen dep to run weave/benchmarks/matrix_transposition/weave_transposes.nim. It got error:

/home/runner/work/Nim/Nim/pkgstemp/weave/benchmarks/matrix_transposition/
weave_transposes.nim(16, 3) Error: cannot open file: cligen

ref https://github.com/nim-lang/Nim/pull/19762

mratsim commented 2 years ago

Mmmmh OK for me in principle, but I guess I need to revamp the CI

ringabout commented 2 years ago

Hello @mratsim I hope it can be merged because it prevents the Nim repo from adding more important packages.

mratsim commented 1 year ago

Sorry for leaving that hanging, merging