summaryrefslogtreecommitdiff
path: root/libre/luxrays-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-17 18:10:49 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-17 18:10:49 -0300
commit19b612475cdb92e9fde39e9acd1b302332b5bb86 (patch)
tree2256b9c196d943571382d42a76b165a37550afa2 /libre/luxrays-libre
parentc0545afcaba4495e4907715986abb110a942dd66 (diff)
luxrays-libre-1.0rc1-1: updated version
Diffstat (limited to 'libre/luxrays-libre')
-rw-r--r--libre/luxrays-libre/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/libre/luxrays-libre/PKGBUILD b/libre/luxrays-libre/PKGBUILD
index c813946c7..564ca267d 100644
--- a/libre/luxrays-libre/PKGBUILD
+++ b/libre/luxrays-libre/PKGBUILD
@@ -3,9 +3,9 @@
# Maintainer (Parabola): Márcio Silva <coadde@adinet.com.uy>
_pkgname=luxrays
pkgname=luxrays-libre
-pkgver=0.8
-_pkgver=ed424ec77571
-pkgrel=7
+pkgver=1.0rc1
+_pkgver=396d39b06aa6
+pkgrel=1
epoch=0
pkgdesc="Accelerate the ray intersection process by using CPUs (without OpenCL)"
arch=('i686' 'x86_64')
@@ -17,14 +17,11 @@ replaces=('luxrays')
conflicts=('luxrays')
provides=("luxrays=$pkgver")
source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2)
-md5sums=('2ac9c588675c5971c57f473ef10ac67d')
+md5sums=('a96ac693ec2900d8d1b209f88edd7e94')
build() {
cd "$srcdir/luxrender-$_pkgname-$_pkgver"
- # fix the break caused by the change of the name of the namespace 'detail' to 'ipcdetail'
- sed -i 's|::detail|::ipcdetail|' include/luxrays/utils/core/atomic.h
-
export CXXFLAGS="$CXXFLAGS -lpthread"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \