luxrays: remove

This commit is contained in:
q66 2021-01-31 18:03:10 +01:00
parent 4393c4bac6
commit f13a058550
5 changed files with 0 additions and 70 deletions

View file

@ -1 +0,0 @@
luxrays

View file

@ -1,11 +0,0 @@
--- cmake/Dependencies.cmake 2015-08-29 23:34:01.000000000 +0200
+++ - 2018-10-05 21:42:24.139024667 +0200
@@ -58,7 +58,7 @@
set(Boost_ADDITIONAL_VERSIONS "1.47.0" "1.46.1" "1.46" "1.46.0" "1.45" "1.45.0" "1.44" "1.44.0")
-set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python)
+set(LUXRAYS_BOOST_COMPONENTS thread program_options filesystem serialization iostreams regex system python27)
find_package(Boost ${Boost_MINIMUM_VERSION} COMPONENTS ${LUXRAYS_BOOST_COMPONENTS})
if (NOT Boost_FOUND)
# Try again with the other type of libs

View file

@ -1,11 +0,0 @@
--- cmake/Packages/FindOpenEXR.cmake
+++ cmake/Packages/FindOpenEXR.cmake
@@ -68,7 +68,7 @@
ENDFOREACH(i)
ENDIF(OPENEXR_INCLUDE_DIRS)
-SET(OpenEXR_LIBRARY_MODULES Iex IlmImf Half Imath IlmThread)
+SET(OpenEXR_LIBRARY_MODULES Iex-2_4 IlmImf-2_4 Half-2_4 Imath-2_4 IlmThread-2_4)
SET(OpenEXR_LIB_SUFFIXES lib64 lib Lib lib/OpenEXR Libs)
SET(OpenEXR_LIB_SUFFIXES_REL)
SET(OpenEXR_LIB_SUFFIXES_DBG)

View file

@ -1,45 +0,0 @@
# Template file for 'luxrays'
pkgname=luxrays
version=3.1
revision=18
build_style=cmake
configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
hostmakedepends="flex bison boost-devel"
makedepends="openimageio-devel tiff-devel libpng-devel libgomp-devel
boost-devel glew-devel opencl2-headers opencl-clhpp libopenexr-devel
python-devel libfreeglut-devel embree-devel"
short_desc="LuxMark renderer engine"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3"
homepage="http://www.luxrender.net/wiki/LuxRays"
distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
post_extract() {
mv $XBPS_BUILDDIR/luxrender-luxrays* $wrksrc
}
do_install() {
for B in build/bin/*; do
vbin $B
done
for L in build/lib/*; do
vinstall $L 644 usr/lib
done
vmkdir usr/include
vcopy include/* usr/include
vmkdir usr/lib/python2.7
mv ${DESTDIR}/usr/lib/pyluxcore.so ${DESTDIR}/usr/lib/python2.7
}
luxrays-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
}
}

View file

@ -1,2 +0,0 @@
site="https://bitbucket.org/api/1.0/repositories/luxrender/luxrays/tags"
pattern='luxmark_v\K([\d.]+)(?=")'