summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-06 12:02:53 -0300
committerDaniel Bermond2017-08-06 12:02:53 -0300
commit424fa24df4178ca2858fd2bf30e331023d732baf (patch)
treed7de99cf66ed11bd2f696129d74781fc6cc34514 /PKGBUILD
parent023b3242c0b4637062b1313e791b572f97108a67 (diff)
downloadaur-424fa24df4178ca2858fd2bf30e331023d732baf.tar.gz
Removed cuda version string from cmake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 049889320d7b..88da2a63994a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe2-git
pkgver=0.7.0.r686.gb8f66c1c
-pkgrel=2
+pkgrel=3
pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)'
arch=('x86_64')
url='http://caffe2.ai/'
@@ -149,7 +149,6 @@ build() {
-DCUDA_TOOLKIT_ROOT_DIR:PATH='/opt/cuda' \
-DCUDA_USE_STATIC_CUDA_RUNTIME:BOOL='OFF' \
-DCUDA_VERBOSE_BUILD:BOOL='OFF' \
- -DCUDA_VERSION:STRING='8.0' \
-DCUDNN_INCLUDE_DIR:PATH='/opt/cuda/include' \
-DCUDNN_ROOT_DIR:PATH='/opt/cuda' \
\