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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Feb 27 18:06:18 UTC 2013


    Date: Wednesday, February 27, 2013 @ 19:06:17
  Author: svenstaro
Revision: 85212

upgpkg: openshadinglanguage 1.3.0-2

Rebuild with LLVM_STATIC=ON

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-27 17:27:09 UTC (rev 85211)
+++ PKGBUILD	2013-02-27 18:06:17 UTC (rev 85212)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=openshadinglanguage
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="http://code.google.com/p/openshadinglanguage/"
@@ -17,7 +17,12 @@
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  # TODO: Remove LLVM_STATIC with llvm 3.3 when we'll have shared libs
+  # Check blender for crash with llvm pipe (run LIBGL_ALWAYS_SOFTWARE=1 blender)
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLLVM_STATIC=ON \
+    ..
   make
 }
 




More information about the arch-commits mailing list