Skip to content

Commit

Permalink
graphics/ospray-studio: New port: Ray tracing based rendering engine …
Browse files Browse the repository at this point in the history
…for high-fidelity visualization
  • Loading branch information
yurivict committed Dec 9, 2021
1 parent 8f8073e commit 006599e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions graphics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@
SUBDIR += osg34
SUBDIR += osgearth
SUBDIR += ospray
SUBDIR += ospray-studio
SUBDIR += ossim
SUBDIR += oyranos
SUBDIR += p5-Acme-Steganography-Image-Png
Expand Down
35 changes: 35 additions & 0 deletions graphics/ospray-studio/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
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>
3 changes: 3 additions & 0 deletions graphics/ospray-studio/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1637832951
SHA256 (ospray-ospray_studio-v0.9.0_GH0.tar.gz) = 55d71d324ea38ca10afd620ee7d652611845dc16c38494701b2f149b8b3826b3
SIZE (ospray-ospray_studio-v0.9.0_GH0.tar.gz) = 1485795
6 changes: 6 additions & 0 deletions graphics/ospray-studio/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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 comments on commit 006599e

Please sign in to comment.