From f2168b0a57fceb00a8353d147b88527278152e95 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 12 Dec 2018 12:13:08 +0100 Subject: [PATCH] luxrays: rebuild against boost-1.69.0 --- srcpkgs/luxrays/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template index ecd06e5864..c783e9fe3e 100644 --- a/srcpkgs/luxrays/template +++ b/srcpkgs/luxrays/template @@ -1,10 +1,10 @@ # Template file for 'luxrays' pkgname=luxrays version=3.1 -revision=12 +revision=13 build_style=cmake configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON" -hostmakedepends="flex bison boost-python" +hostmakedepends="flex bison boost-devel" makedepends="openimageio-devel tiff-devel libpng-devel libgomp-devel boost-devel glew-devel opencl-headers opencl-clhpp libopenexr-devel python-devel libfreeglut-devel embree-devel"