rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

Fix tensorflow include (#573) * Fix tensorflow include When tensorflow is installed, the CMake script tries to locates `/usr/lib/libtensorflow.so`, and if found enables some additional components of LLVM. Unfortunately, it assumes that the Tensorflow headers are located in `/usr/include`, but they are in fact installed in `/usr/include/tensorflow`. * Detect python version

Changes

1 changed files (+15/-10)