summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-09 21:17:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-09 21:17:52 +0200
commitd72dcd1e937d4ab34da04cac04a2b977f84336fa (patch)
treee970f42227513659580d733e460446b93aabe8a3
parentffb509066ae452cd1e136e6afd483eb31fc21ac1 (diff)
downloadpackages-d72dcd1e937d4ab34da04cac04a2b977f84336fa.tar.xz
community/tensorflow: set -march=i686 for CC_OPT_FLAGS
-rw-r--r--community/tensorflow/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/tensorflow/PKGBUILD b/community/tensorflow/PKGBUILD
new file mode 100644
index 00000000..3654e095
--- /dev/null
+++ b/community/tensorflow/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f prepare | \
+ sed '
+ s|export CC_OPT_FLAGS="-march=x86-64"|export CC_OPT_FLAGS="-march=i686"|
+ '
+)"