summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Haegler <shaegler@esri.com>2013-04-21 23:11:57 +0200
committerSimon Haegler <shaegler@esri.com>2013-04-21 23:11:57 +0200
commit157c8e5d2c844ff5361044758ac4a74588555d78 (patch)
tree66f049cf742d2d59f84b6a726847343e0765726e /media-libs/luxrays/luxrays-1.2.1.ebuild
parentupdate to luxrays 1.2.1 (diff)
downloadmistafunk-157c8e5d2c844ff5361044758ac4a74588555d78.tar.gz
mistafunk-157c8e5d2c844ff5361044758ac4a74588555d78.tar.bz2
mistafunk-157c8e5d2c844ff5361044758ac4a74588555d78.zip
update to luxrender 1.2.1
Diffstat (limited to 'media-libs/luxrays/luxrays-1.2.1.ebuild')
-rw-r--r--media-libs/luxrays/luxrays-1.2.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/luxrays/luxrays-1.2.1.ebuild b/media-libs/luxrays/luxrays-1.2.1.ebuild
index 9bb7684..d6b4516 100644
--- a/media-libs/luxrays/luxrays-1.2.1.ebuild
+++ b/media-libs/luxrays/luxrays-1.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
inherit cmake-utils flag-o-matic
-DESCRIPTION="Library to accelerate the ray intersection process by using GPUs (this pkg provides only CPU support atm)"
+DESCRIPTION="Library to accelerate the ray intersection process by using GPUs."
HOMEPAGE="http://www.luxrender.net"
EHG_REVISION="475fbf15f0ca"
SRC_URI="https://bitbucket.org/luxrender/luxrays/get/${EHG_REVISION}.tar.bz2"
@@ -20,10 +20,9 @@ IUSE="debug"
DEPEND=">=dev-libs/boost-1.43
media-libs/freeimage
+ virtual/opencl
virtual/opengl"
-CMAKE_IN_SOURCE_BUILD=1
-
src_configure() {
append-flags "-fPIC"
use debug && append-flags -ggdb