index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-21 19:51:34 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-21 19:51:34 +0200 |
commit | 81380e076b7c2ea6484b45245682700218358e13 (patch) | |
tree | 149d75c12485c980e928e2290d37e89f3ac7cc2d /community/tensorflow/PKGBUILD | |
parent | 0079852cb6b39f2f919b9af3d585a1d6c8e6b280 (diff) |
-rw-r--r-- | community/tensorflow/PKGBUILD | 7 |
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//' + ) +) |