summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-11-18 14:30:52 +0100
committerbartus2019-11-18 14:30:52 +0100
commitef13d3a9d32311f233213f84425f8fccffe67120 (patch)
tree8d4f97717fb09d2c25285f722feb3defba2e7a30
parent548ab67a6c509d711f75f417b9ba43ac4ff91655 (diff)
downloadaur-ef13d3a9d32311f233213f84425f8fccffe67120.tar.gz
Pyton3.8 compatibility.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4f8b89dc97..55ebc98ef9cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appleseed-git
pkgdesc = physically-based global illumination rendering engine primarily designed for animation and visual effects.
- pkgver = 2.0.0.beta.r408.gffce4b2da
+ pkgver = 2.1.0.beta.r87.gb2a2631ed
pkgrel = 1
epoch = 1
url = https://appleseedhq.net
diff --git a/PKGBUILD b/PKGBUILD
index 3fc52b3c7ed8..8f90940df581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=appleseed-git
#_fragment="#branch=2.0.5-beta-maintenance"
-pkgver=2.0.0.beta.r408.gffce4b2da
+pkgver=2.1.0.beta.r87.gb2a2631ed
pkgrel=1
epoch=1
pkgdesc="physically-based global illumination rendering engine primarily designed for animation and visual effects. "
@@ -45,6 +45,7 @@ prepare() {
cd ${pkgname}
git apply -v ${srcdir}/cmake.extra.install.dirs.remove.patch
# git apply -v ${srcdir}/*.diff
+ sed '/python37/s/37/38/' -i src/appleseed.python/CMakeLists.txt
grep -q avx /proc/cpuinfo && CMAKE_FLAGS="${CMAKE_FLAGS} -DUSE_AVX=ON"
grep -q avx2 /proc/cpuinfo && CMAKE_FLAGS="${CMAKE_FLAGS} -DUSE_AVX2=ON"
grep -q f16c /proc/cpuinfo && CMAKE_FLAGS="${CMAKE_FLAGS} -DUSE_F16C=ON"