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.
10 lines
417 B
10 lines
417 B
2 years ago
|
tribits_repository_define_tpls(
|
||
|
MPI "${${PROJECT_NAME}_TRIBITS_DIR}/core/std_tpls/" PT
|
||
|
BLAS "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/" PT
|
||
|
LAPACK "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/" PT
|
||
|
Boost cmake/TPLs/ ST
|
||
|
UMFPACK cmake/TPLs/ ST
|
||
|
AMD cmake/TPLs/ EX
|
||
|
PETSC "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/" ST
|
||
|
)
|