summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2020-07-14 17:58:07 +0800
committerJingbei Li2020-07-14 17:58:07 +0800
commitcbb8eef590aa4db0294444f89072d16300534e81 (patch)
treeb7d4284daabde2f8e9119d5dc8250ca1c5bd0dcb
parenta37b75cacfcb597f050440a78ad803d2d01426ed (diff)
downloadaur-cbb8eef590aa4db0294444f89072d16300534e81.tar.gz
remove --yes
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7ddc5369b63..c047e602dc20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build(){
# cuda_flags='--set CUDA_HOST_COMPILER=/opt/cuda/bin/gcc --set CUDA_NVCC_EXECUTABLE=/usr/lib/ccache/bin/nvcc-ccache --set CUDA_HOST_COMPILER=/opt/cuda/bin/gcc'
# cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-# python setup.py build $cuda_flags --yes DLIB_USE_CUDA
+# python setup.py build $cuda_flags
}