diff options
author | 2020-11-18 12:53:45 -0500 | |
---|---|---|
committer | 2020-11-18 12:56:01 -0500 | |
commit | a8ad5900db1f02b75ce25108ea867806abf07095 (patch) | |
tree | a00137ee35cdff3a44754161cf58e1ef9088cb5e /sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild | |
parent | app-misc/lirc: Python 3.8 and 3.9 compatibility (diff) | |
download | gentoo-a8ad5900db1f02b75ce25108ea867806abf07095.tar.gz gentoo-a8ad5900db1f02b75ce25108ea867806abf07095.tar.bz2 gentoo-a8ad5900db1f02b75ce25108ea867806abf07095.zip |
sys-devel/llvm-roc: Fix compile when tensorflow is installed
Closes: https://bugs.gentoo.org/754276
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild')
-rw-r--r-- | sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild b/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild index 8bcc3f8ce0eb..bc0fdfcde777 100644 --- a/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild +++ b/sys-devel/llvm-roc/llvm-roc-3.9.0.ebuild @@ -25,6 +25,7 @@ S="${WORKDIR}/llvm-project-rocm-${PV}/llvm" PATCHES=( "${FILESDIR}/${PN}-3.7.0-current_pos.patch" + "${FILESDIR}/${P}-tensorflow.patch" ) CMAKE_BUILD_TYPE=RelWithDebInfo |