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.
9 lines
417 B
9 lines
417 B
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
|
|
)
|
|
|