Date: Saturday, October 16, 2021 @ 19:25:02 Author: archange Revision: 1030569
upgpkg: ospray 2.7.1-1 Includes openvkl 1.0 rebuild Modified: ospray/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-16 19:18:19 UTC (rev 1030568) +++ PKGBUILD 2021-10-16 19:25:02 UTC (rev 1030569) @@ -1,24 +1,19 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=ospray -pkgver=2.6.0 +pkgver=2.7.1 pkgrel=1 pkgdesc="Ray Tracing Based Rendering Engine for High-Fidelity Visualization" arch=(x86_64) url="https://www.ospray.org/" license=(Apache) -depends=(intel-tbb embree ispc libgl glfw glu openmpi openimagedenoise openvkl rkcommon) -makedepends=(cmake) -source=(https://github.com/ospray/OSPRay/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz - ospray-gcc11.patch) -sha256sums=('5efccd7eff5774b77f8894e68a6b803b535a0d12f32ab49edf13b954e2848f2e' - '8a93baf26947baac6fefec1b8461da4f22a831b860688433d332496aaa4ab108') +depends=(intel-tbb embree ispc libgl glfw glu openmpi openimagedenoise openvkl rkcommon snappy) +optdepends=('benchmark: benchmarks' + 'gtest: tests suite') +makedepends=(cmake benchmark gtest) +source=(https://github.com/ospray/OSPRay/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('4e7bd8145e19541c04f5d949305f19a894d85a827f567d66ae2eb11a760a5ace') -prepare() { - cd ${pkgname}-${pkgver} - patch -p1 < ../ospray-gcc11.patch -} - build() { cmake -B build -S ${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \
