summaryrefslogtreecommitdiff
path: root/community/tensorflow
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-21 19:51:34 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-21 19:51:34 +0200
commit81380e076b7c2ea6484b45245682700218358e13 (patch)
tree149d75c12485c980e928e2290d37e89f3ac7cc2d /community/tensorflow
parent0079852cb6b39f2f919b9af3d585a1d6c8e6b280 (diff)
downloadpackages-81380e076b7c2ea6484b45245682700218358e13.tar.xz
added tensorflow to blacklist
Diffstat (limited to 'community/tensorflow')
-rw-r--r--community/tensorflow/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/tensorflow/PKGBUILD b/community/tensorflow/PKGBUILD
index 3654e095..bfd09f66 100644
--- a/community/tensorflow/PKGBUILD
+++ b/community/tensorflow/PKGBUILD
@@ -4,3 +4,10 @@ eval "$(
s|export CC_OPT_FLAGS="-march=x86-64"|export CC_OPT_FLAGS="-march=i686"|
'
)"
+
+makedepends=(
+ $(
+ printf '%s\n' "${makedepends[@]}" | \
+ sed 's/cuda//' | sed 's/cudnn//'
+ )
+)