chipsalliance / fpga-tool-perf

FPGA tool performance profiling
https://chipsalliance.github.io/fpga-tool-perf
Apache License 2.0
101 stars 30 forks source link

ci: Install the libtbb package #536

Closed rw1nkler closed 1 year ago

rw1nkler commented 1 year ago

Install the libtbb-dev package to resolve problems with running nextpnr toolchains.

mithro commented 1 year ago

Why is libtbb package not a dependency for the package?

rw1nkler commented 1 year ago

I tracked down the problem with the tbb library and added it as a run dependency to the conda meta file of the nextpn-fpga-interchange package. (see https://github.com/hdl/conda-eda/pull/274).

I have already opened a PR for reverting the manual installation of tbb package (#539)