mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
luxrays: rebuild for Python 3.9
This commit is contained in:
parent
79f59f4cbf
commit
ff2f5942f6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'luxrays'
|
# Template file for 'luxrays'
|
||||||
pkgname=luxrays
|
pkgname=luxrays
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=17
|
revision=18
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
|
configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON"
|
||||||
hostmakedepends="flex bison boost-devel"
|
hostmakedepends="flex bison boost-devel"
|
||||||
|
@ -12,7 +12,7 @@ short_desc="LuxMark renderer engine"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.luxrender.net/wiki/LuxRays"
|
homepage="http://www.luxrender.net/wiki/LuxRays"
|
||||||
distfiles="https://bitbucket.org/luxrender/luxrays/get/luxmark_v${version}.tar.gz"
|
distfiles="https://sources.voidlinux.org/${pkgname}-${version}/luxmark_v${version}.tar.gz"
|
||||||
checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
|
checksum=f5b67220b72ec261ad51526d5c4550e2f95130565f3aa02a92d40f56593d8064
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue