[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Dec 22 09:49:38 UTC 2015


    Date: Tuesday, December 22, 2015 @ 10:49:38
  Author: svenstaro
Revision: 154156

upgpkg: blender 17:2.76.b-3

oiio rebuild

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-22 09:47:29 UTC (rev 154155)
+++ PKGBUILD	2015-12-22 09:49:38 UTC (rev 154156)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.76.b
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
+pkgrel=3
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -86,7 +86,7 @@
     -DPYTHON_LIBPATH=/usr/lib \
     -DPYTHON_LIBRARY=python3.5m \
     -DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
-  make
+  make -j4 # -j5 needs 48 GB of RAM while -j9 needs 64 GB
 }
 
 package() {



More information about the arch-commits mailing list