Skip to content

Commit c0eba32

Browse files
Hopefully better pathing for macos oneapi rk runtime libs (CI only fix)
1 parent e8dd20f commit c0eba32

File tree

1 file changed

+2
-2
lines changed
  • RenderingToolkit/GettingStarted/01_ospray_gsg

1 file changed

+2
-2
lines changed

RenderingToolkit/GettingStarted/01_ospray_gsg/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "This introductory 'hello rendering toolkit' sample program demonstrates how to render triangle data with the pathtracer from Intel OSPRay",
66
"builder": ["cli"],
77
"languages": [{"cpp":{}}],
8-
"dependencies": ["tbb","ospray","openvkl","embree","rkcommon"],
8+
"dependencies": ["tbb","ospray","openvkl","embree","rkcommon","oidn"],
99
"os":["linux", "windows", "darwin"],
1010
"targetDevice": ["CPU"],
1111
"ciTests": {
@@ -43,7 +43,7 @@
4343
"cd build",
4444
"cmake ..",
4545
"cmake --build . ",
46-
"export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./ospTutorialCpp"
46+
"export DYLD_LIBRARY_PATH=${ONEAPI_ROOT}/openvkl/latest/lib:${ONEAPI_ROOT}/rkcommon/latest/lib:${ONEAPI_ROOT}/tbb/latest/lib:${ONEAPI_ROOT}/embree/latest/lib:${ONEAPI_ROOT}/oidn/latest/lib && ./ospTutorialCpp"
4747
]
4848
}
4949
]

0 commit comments

Comments
 (0)