Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
e98a214e
Commit
e98a214e
authored
Apr 15, 2019
by
Ben Boeckel
Browse files
visrtx: add project
parent
efcdc901
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e98a214e
...
...
@@ -129,6 +129,10 @@ function (superbuild_find_projects var)
list
(
APPEND projects
nvidiamdl
nvidiaoptix
)
# These are open source, but require closed SDKs.
list
(
APPEND projects
visrtx
)
endif
()
endif
()
...
...
projects/visrtx.cmake
0 → 100644
View file @
e98a214e
superbuild_add_project
(
visrtx
DEPENDS nvidiamdl nvidiaoptix
CMAKE_ARGS
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
-DCMAKE_MACOSX_RPATH:BOOL=FALSE
-DCMAKE_INSTALL_NAME_DIR:PATH=<INSTALL_DIR>/lib
-DCMAKE_INSTALL_LIBDIR:STRING=lib
)
versions.cmake
View file @
e98a214e
...
...
@@ -182,3 +182,7 @@ superbuild_set_revision(nvidiaoptix
superbuild_set_revision
(
nvidiamdl
URL
"http://www.paraview.org/files/dependencies/internal/mdl-sdk-314800.830.tar.bz2"
URL_MD5
"d500a122918741eb418887d66e03325b"
)
superbuild_set_revision
(
visrtx
GIT_REPOSITORY
"https://github.com/NVIDIA/VisRTX.git"
GIT_TAG
"44fb1a93e44e3af4312f5ee20ba38ab138948acc"
)
# 0.1.5 + patches
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment