Date: Tuesday, July 12, 2016 @ 08:16:20 Author: svenstaro Revision: 182680
upgpkg: blender 17:2.77.a-4 re-enable cuda Modified: blender/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-12 08:12:53 UTC (rev 182679) +++ PKGBUILD 2016-07-12 08:16:20 UTC (rev 182680) @@ -1,7 +1,7 @@ # $Id$ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> # Contributor: John Sowiak <j...@archlinux.org> # Contributor: tobias <tob...@archlinux.org> -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> # Sometimes blender.org takes some time to release patch releases and because Arch users # are impatient, we sometimes need to build from git directly. @@ -29,7 +29,7 @@ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage' 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus') makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35') -[[ $CARCH == x86_64 ]] && makedepends+=('cuda') +makedepends_x86_64=('cuda') optdepends=('cuda: cycles renderer cuda support') options=(!strip) install=blender.install @@ -65,7 +65,6 @@ mkdir build && cd build [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON" - BUILDCUDA="OFF" # Disabled due to gcc 6.1 not being supported by cuda as of right now cmake -C../build_files/cmake/config/blender_full.cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \