tenstorrent / tt-umd

User-Mode Driver for Tenstorrent hardware
Apache License 2.0
9 stars 5 forks source link

Broken build #28

Closed joelsmithTT closed 3 months ago

joelsmithTT commented 3 months ago

25 broke the build. A standalone UMD build fails because it cannot find uv.

$ git rev-parse HEAD
d1ba29decbb3d35817e7f48b68039f2bfb6de570
$ mkdir cmake-build
$ cd cmake-build
$ cmake ..
<snip>
$ make -j
<snip>
/usr/bin/ld: cannot find -luv
collect2: error: ld returned 1 exit status
make[2]: *** [device/simulation/CMakeFiles/simulation.dir/build.make:100: device/simulation/libsimulation.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:1296: device/simulation/CMakeFiles/simulation.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
vtangTT commented 3 months ago

Ahh, dumb mistake. Forgot to remove the DOWNLOAD_ONLY from here

when I was messing around with packages, but it kept building successfully for me locally since I already brought in and cached the package earlier..

vtangTT commented 3 months ago

Should be fixed with https://github.com/tenstorrent/tt-umd/pull/29