aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-10-08 15:11:08 +0200
committerbartus2019-10-08 15:11:08 +0200
commit1b0dd1d97a79375987ef2a02c123d9622a0a077a (patch)
treeef4261d9f83c1c8a50e4ba25edc93e57c4072ef1 /PKGBUILD
parentad187da36fd5fb114262d3b8812214c0e88e2bec (diff)
downloadaur-1b0dd1d97a79375987ef2a02c123d9622a0a077a.tar.gz
Travis: drop optix (download to painful)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 034b9b05d0f5..6202c89eaf1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=('alembic' 'libgl' 'python' 'python-numpy' 'openjpeg' 'desktop-file-util
'openvdb' 'opencollada' 'opensubdiv' 'openshadinglanguage' 'libtiff' 'libpng')
makedepends=('git' 'cmake' 'boost' 'mesa' 'llvm')
((DISABLE_NINJA)) || makedepends+=('ninja')
-((DISABLE_CUDA)) && optdepends=('cuda: CUDA support in Cycles') || makedepends+=('cuda' 'optix>=7.0')
+((DISABLE_CUDA)) && optdepends=('cuda: CUDA support in Cycles') || { makedepends+=('cuda') ; ((DISABLE_OPTIX)) || makedepends+=('optix>=7.0'); }
provides=('blender-2.81')
conflicts=('blender-2.81')
license=('GPL')