rocm-arch / tensorflow-rocm

tensorflow-rocm AUR package
17 stars 12 forks source link

v.2.9.1 failing to build, roctracer.h not found #41

Closed Keridos closed 1 year ago

Keridos commented 2 years ago

See partial build log here: https://gist.github.com/Keridos/3bd548946e8458dc8c06c604ea21e373

Keridos commented 2 years ago

These dependencies are missing: roctracer, hipsolver and gcc-11. Also you need to manually to either symlink gcc and g++ from gcc-11 in /usr/local/bin or adjust the path to /opt/gcc-11/bin/

petronny commented 1 year ago

These dependencies are missing: roctracer, hipsolver and gcc-11.

Hi, will these dependencies be added to the PKGBUILD soon?

acxz commented 1 year ago

hipsolver is included in rocm-hip-sdk which is already a dep, and roctracer has been added with 10a3da4

As for now gcc11, I'm not sure if that should be added as the upstream PKGBUILD doesn't have that in its depends.

If there are still issues with dependencies please open another issue. Or if you think gcc11 should be added, since the build fails otherwise than just comment and I'll add it in temporarily while this PKGBUILD is on the AUR.