rocm-arch / tensorflow-rocm

tensorflow-rocm AUR package
17 stars 12 forks source link

Use gcc-12 instead of symlink from cuda package. #60

Closed lubosz closed 1 year ago

lubosz commented 1 year ago

The /opt/cuda/bin/gcc symlink does only exist in the cuda package and points to gcc-12. Since cuda is not a dependency of this package, but gcc12 is, this should be set directly.

Patches #56

acxz commented 1 year ago

Thanks for the PR! We'll keep the original issue open as the upstream PKGBUILD still uses the /opt/cuda/bin/gcc which should be fixed upstream.