Skip to content
Snippets Groups Projects
Commit b5b708f6 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

catalyst: specify the rpath

parent 584162ce
No related branches found
No related tags found
1 merge request!1154tests: add a test to make sure all libraries are loadable on Linux
set(catalyst_options)
if (UNIX AND NOT APPLE)
list(APPEND catalyst_options
-DCMAKE_INSTALL_RPATH:STRING=<INSTALL_DIR>/lib)
endif ()
superbuild_add_project(catalyst
CAN_USE_SYSTEM
DEPENDS
......@@ -16,4 +22,5 @@ superbuild_add_project(catalyst
-DCATALYST_BUILD_TESTING:BOOL=OFF
-DCATALYST_WRAP_PYTHON:BOOL=${numpy_enabled} # numpy is required by python wrappings on conduit
-DCATALYST_WRAP_FORTRAN:BOOL=OFF
-DCATALYST_USE_MPI:STRING=${mpi_enabled})
-DCATALYST_USE_MPI:STRING=${mpi_enabled}
${catalyst_options})
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