Skip to content
Snippets Groups Projects
Commit 006599e4 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

graphics/ospray-studio: New port: Ray tracing based rendering engine for...

graphics/ospray-studio: New port: Ray tracing based rendering engine for high-fidelity visualization
parent 8f8073ed
No related branches found
No related tags found
No related merge requests found
......@@ -611,6 +611,7 @@
SUBDIR += osg34
SUBDIR += osgearth
SUBDIR += ospray
SUBDIR += ospray-studio
SUBDIR += ossim
SUBDIR += oyranos
SUBDIR += p5-Acme-Steganography-Image-Png
......
PORTNAME= ospray-studio
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Ray tracing based rendering engine for high-fidelity visualization
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libglfw.so:graphics/glfw \
libospray.so:graphics/ospray \
librkcommon.so:devel/rkcommon \
libtbb.so:devel/onetbb
USES= cmake gl pkgconfig
USE_GL= gl glu
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= ospray
GH_PROJECT= ${PORTNAME:S/-/_/}
CMAKE_ON= OSPRAY_INSTALL
CMAKE_OFF= USE_PYSG
PLIST_FILES= bin/ospStudio \
lib/libospray_sg.so
do-install: # workaround for https://github.com/ospray/ospray_studio/issues/8
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ospStudio ${STAGEDIR}${LOCALBASE}/bin
${INSTALL_LIB} ${BUILD_WRKSRC}/libospray_sg.so ${STAGEDIR}${LOCALBASE}/lib
.include <bsd.port.mk>
TIMESTAMP = 1637832951
SHA256 (ospray-ospray_studio-v0.9.0_GH0.tar.gz) = 55d71d324ea38ca10afd620ee7d652611845dc16c38494701b2f149b8b3826b3
SIZE (ospray-ospray_studio-v0.9.0_GH0.tar.gz) = 1485795
Intel OSPRay Studio is an open source and interactive visualization and ray
tracing application that leverages Intel OSPRay as its core rendering engine.
It can be used to load complex scenes requiring high fidelity rendering or very
large scenes requiring supercomputing resources.
WWW: https://www.ospray.org/ospray_studio/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment