aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-03-11 11:40:42 +0100
committerbartus2018-03-11 11:40:42 +0100
commit60cf727d906383059f7a4886a8830d8480e0d59b (patch)
tree9ecb90987b6370fc1e9cfe9df9fe8abbf23d6eee /PKGBUILD
parentea19020d24ad6050c98fc49c5707972550001f67 (diff)
downloadaur-60cf727d906383059f7a4886a8830d8480e0d59b.tar.gz
use cmake internal SelectCudaCompyteArch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9d392fe7a7d..d4b00c3dfaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=blender-2.8-git
-pkgver=2.8_r74298.2adece9fbb6
+pkgver=2.8_r74406.7ecc7c46af4
pkgrel=1
pkgdesc="Development version of Blender 2.8 branch"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ source=('git://git.blender.org/blender.git#branch=blender2.8' \
'blender-translations.git::git://git.blender.org/blender-translations.git' \
'blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git' \
blender-2.8.desktop \
- SelectCudaComputeArch.cmake.patch \
+ SelectCudaComputeArch.patch \
openvdb4.revert.patch)
md5sums=('SKIP'
'SKIP'
@@ -35,7 +35,7 @@ md5sums=('SKIP'
'SKIP'
'SKIP'
'cd108dca1c77607c6a7cc45aa284ea97'
- 'd1ee53ea71d0617c28caba2774eaf3e0'
+ '9454ff7e994f72ead5027356e227cbd2'
'449373d2fdf2af6b357101fc10e3d573')
# determine whether we can precompile CUDA kernels
@@ -56,7 +56,7 @@ prepare() {
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master
-# patch -Np1 -i ../SelectCudaComputeArch.cmake.patch
+ patch -Np1 -i ../SelectCudaComputeArch.patch
patch -Np1 -i ../openvdb4.revert.patch
}