From d72dcd1e937d4ab34da04cac04a2b977f84336fa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 9 Oct 2017 21:17:52 +0200 Subject: community/tensorflow: set -march=i686 for CC_OPT_FLAGS --- community/tensorflow/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/tensorflow/PKGBUILD (limited to 'community') 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"| + ' +)" -- cgit v1.2.3