diff --git a/srcpkgs/luxrays-devel b/srcpkgs/luxrays-devel deleted file mode 120000 index 7c81452028..0000000000 --- a/srcpkgs/luxrays-devel +++ /dev/null @@ -1 +0,0 @@ -luxrays \ No newline at end of file diff --git a/srcpkgs/luxrays/patches/boost.patch b/srcpkgs/luxrays/patches/boost.patch deleted file mode 100644 index dbbf94d3cd..0000000000 --- a/srcpkgs/luxrays/patches/boost.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/luxrays/patches/openexr-2_4.patch b/srcpkgs/luxrays/patches/openexr-2_4.patch deleted file mode 100644 index dc59111a0f..0000000000 --- a/srcpkgs/luxrays/patches/openexr-2_4.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template deleted file mode 100644 index 4ed0916d28..0000000000 --- a/srcpkgs/luxrays/template +++ /dev/null @@ -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 " -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" - } -} diff --git a/srcpkgs/luxrays/update b/srcpkgs/luxrays/update deleted file mode 100644 index a32280ed6b..0000000000 --- a/srcpkgs/luxrays/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://bitbucket.org/api/1.0/repositories/luxrender/luxrays/tags" -pattern='luxmark_v\K([\d.]+)(?=")'