mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/blender to 2.83.4-1.1
This commit is contained in:
parent
dcd0b45aaf
commit
73bdb6996f
1 changed files with 1 additions and 4 deletions
|
@ -27,7 +27,7 @@ _gittag=v2.83.4
|
|||
pkgname=blender
|
||||
pkgver=2.83.4
|
||||
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -89,13 +89,10 @@ build() {
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_INSTALL_PORTABLE=OFF \
|
||||
-DWITH_PYTHON_INSTALL=OFF \
|
||||
-DWITH_CYCLES=OFF \
|
||||
-DWITH_RAYOPTIMIZATION=OFF \
|
||||
-DPYTHON_VERSION=3.8 \
|
||||
-DPYTHON_LIBPATH=/usr/lib \
|
||||
-DPYTHON_LIBRARY=python3.8 \
|
||||
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.8
|
||||
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue