Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/tensorflow/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tensorflow/PKGBUILD')
-rw-r--r--community/tensorflow/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/tensorflow/PKGBUILD b/community/tensorflow/PKGBUILD
deleted file mode 100644
index 61820fe9..00000000
--- a/community/tensorflow/PKGBUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-eval "$(
- declare -f prepare | \
- sed '
- s|export CC_OPT_FLAGS="-march=x86-64"|export CC_OPT_FLAGS="-march=${CARCH}"|
- '
-)"
-
-makedepends=(
- $(
- printf '%s\n' "${makedepends[@]}" | \
- sed 's/cuda//' | sed 's/cudnn//'
- )
-)