summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Haegler <shaegler@esri.com>2017-05-28 14:26:59 +0200
committerSimon Haegler <shaegler@esri.com>2017-05-28 14:26:59 +0200
commit5312ab8b5427c5252b4fd923187fa6906e2a9106 (patch)
treec344efb1dda2045ddbb721f7e2302b0f333f8fb9 /media-libs/luxrays/luxrays-1.2.1.ebuild
parentremoving outdated packages (diff)
downloadmistafunk-master.tar.gz
mistafunk-master.tar.bz2
mistafunk-master.zip
removed more outdated packagesHEADmaster
Diffstat (limited to 'media-libs/luxrays/luxrays-1.2.1.ebuild')
-rw-r--r--media-libs/luxrays/luxrays-1.2.1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/media-libs/luxrays/luxrays-1.2.1.ebuild b/media-libs/luxrays/luxrays-1.2.1.ebuild
deleted file mode 100644
index f96137e..0000000
--- a/media-libs/luxrays/luxrays-1.2.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit cmake-utils flag-o-matic
-
-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"
-
-#S="${WORKDIR}/luxrender-luxrays-${EHG_REVISION}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=">=dev-libs/boost-1.43
- media-libs/freeimage
- virtual/opencl
- virtual/opengl"
-
-src_unpack() {
- unpack ${A}
- mv "${WORKDIR}/luxrender-luxrays-${EHG_REVISION}" "${WORKDIR}/${P}"
-}
-
-src_configure() {
- append-flags "-fPIC"
- use debug && append-flags -ggdb
-
- mycmakeargs=( -Wno-dev )
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_make luxrays
-}
-
-src_install() {
- dodoc ${S}/AUTHORS.txt
-
- insinto /usr/include
- doins -r ${S}/include/luxrays
-
- dolib.a ${BUILD_DIR}/lib/libluxrays.a
-}