summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2020-11-20 13:10:01 +0100
committerAntoine Viallon2020-11-20 13:10:01 +0100
commitfb22068374962a8c65aa74ab689ffe559c8064b6 (patch)
tree30406b1b4dc7b5ab3529dfa6f7c3cb278a9caef2
parent6b8adfabfa201f182413759aece3f23f9b5da8c1 (diff)
downloadaur-fb22068374962a8c65aa74ab689ffe559c8064b6.tar.gz
Add TMP env variable
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd39a879fe5c..acd2899f7d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,6 +68,8 @@ prepare() {
cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-native
cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-native-cuda
+ export TMP=/tmp
+
# These environment variables influence the behavior of the configure call below.
export PYTHON_BIN_PATH=/usr/bin/python
export USE_DEFAULT_PYTHON_LIB_PATH=1