You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
551 B
15 lines
551 B
2 years ago
|
if(CMAKE_PROJECT_NAME STREQUAL "Trilinos")
|
||
|
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
|
||
|
LIB_OPTIONAL_PACKAGES SEACASExodus Pamgen Zoltan Kokkos
|
||
|
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS Faodel Cereal DLlib Pthread DataWarp ADIOS2 Catalyst2 ${SEACAS_GTest_TPL_name}
|
||
|
)
|
||
|
else()
|
||
|
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
|
||
|
LIB_REQUIRED_TPLS fmt
|
||
|
LIB_OPTIONAL_PACKAGES SEACASExodus Zoltan
|
||
|
LIB_OPTIONAL_TPLS HDF5 Pamgen CGNS ParMETIS Faodel Cereal DLlib Pthread ADIOS2 Catalyst2 ${SEACAS_GTest_TPL_name} Kokkos DataWarp
|
||
|
)
|
||
|
endif()
|
||
|
|
||
|
TRIBITS_TPL_TENTATIVELY_ENABLE(DLlib)
|