diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-17 18:10:49 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-17 18:10:49 -0300 |
commit | 19b612475cdb92e9fde39e9acd1b302332b5bb86 (patch) | |
tree | 2256b9c196d943571382d42a76b165a37550afa2 /libre/luxrays-libre/PKGBUILD | |
parent | c0545afcaba4495e4907715986abb110a942dd66 (diff) | |
download | abslibre-19b612475cdb92e9fde39e9acd1b302332b5bb86.tar.gz abslibre-19b612475cdb92e9fde39e9acd1b302332b5bb86.tar.bz2 abslibre-19b612475cdb92e9fde39e9acd1b302332b5bb86.zip |
luxrays-libre-1.0rc1-1: updated version
Diffstat (limited to 'libre/luxrays-libre/PKGBUILD')
-rw-r--r-- | libre/luxrays-libre/PKGBUILD | 11 |
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 \ |