summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi-Yueh Chuang2020-10-10 14:58:59 -0400
committerPi-Yueh Chuang2020-10-10 14:58:59 -0400
commit413bbbca11cc7a3f5d6978570a368d6ddabefb44 (patch)
treec285e80155c5b70d92b1467b8382e66d09729252
parent64cb5fb8feff905b4592c6722609e223dac9102f (diff)
downloadaur-tensorflow-cuda-kepler.tar.gz
upgpkg: tensorflow-cuda-kepler 2.3.1-3
Fix the wrong dependency in python-tensorflow-cuda-kepler
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a24301ad8222..c54b54669eeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tensorflow-cuda-kepler
pkgdesc = TensorFlow compiled with Kepler GPU supports (e.g., K20, K40, K80, etc.) only.
pkgver = 2.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE
@@ -73,7 +73,7 @@ pkgname = python-tensorflow-cuda-kepler
depends = giflib
depends = icu
depends = libjpeg-turbo
- depends = tensorflow-cuda
+ depends = tensorflow-cuda-kepler
depends = python-termcolor
depends = python-astor
depends = python-gast
diff --git a/PKGBUILD b/PKGBUILD
index 587657b7c5f7..dd1a7f051a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgbase='tensorflow-cuda-kepler'
pkgname=('tensorflow-cuda-kepler' 'python-tensorflow-cuda-kepler')
pkgver=2.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="TensorFlow compiled with Kepler GPU supports (e.g., K20, K40, K80, etc.) only."
url="https://www.tensorflow.org/"
license=('APACHE')
@@ -205,7 +205,7 @@ package_tensorflow-cuda-kepler() {
package_python-tensorflow-cuda-kepler() {
depends+=(
- 'tensorflow-cuda' 'python-termcolor' 'python-astor' 'python-gast'
+ 'tensorflow-cuda-kepler' 'python-termcolor' 'python-astor' 'python-gast'
'python-numpy' 'cuda' 'cudnn' 'python-pycuda' 'python-protobuf' 'absl-py'
'nccl' 'python-h5py' 'python-keras-applications' 'python-keras-preprocessing'
'python-tensorflow-estimator' 'python-opt_einsum' 'python-astunparse'