summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-07-20 22:42:40 -0400
committeracxz2020-07-20 22:42:40 -0400
commit99891917e672a9fb1df3c2f9284ee467ea88c1ff (patch)
treef43e6b442a5ce53cc76b13163f27aaf3dd07fec5 /PKGBUILD
parenta6584ae6963817ed8b6cf8c416729380df6ce7f4 (diff)
downloadaur-99891917e672a9fb1df3c2f9284ee467ea88c1ff.tar.gz
add rocm-libs and miopen deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18786b069028..247e02e1f801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ pkgbase=tensorflow-rocm
pkgname=(tensorflow-rocm tensorflow-opt-rocm python-tensorflow-rocm python-tensorflow-opt-rocm)
pkgver=2.2.0
_pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library for computation using data flow graphs for scalable machine learning"
url="https://www.tensorflow.org/"
license=('APACHE')
arch=('x86_64')
depends=('c-ares' 'intel-mkl' 'onednn')
-makedepends=('bazel' 'python-numpy' 'rocm' 'rccl' 'git' 'gcc9'
- 'python-pip' 'python-wheel' 'python-setuptools' 'python-h5py'
+makedepends=('bazel' 'python-numpy' 'rocm' 'rocm-libs' 'miopen' 'rccl' 'git'
+ 'gcc9' 'python-pip' 'python-wheel' 'python-setuptools' 'python-h5py'
'python-keras-applications' 'python-keras-preprocessing')
optdepends=('tensorboard: Tensorflow visualization toolkit'
'python-pasta: tf_upgrade_v2 tool')