Skip to content

Commit

Permalink
put back Dependencies.cmake, with modern calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Aug 31, 2016
1 parent e167dbd commit 661f21f
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 8 deletions.
11 changes: 3 additions & 8 deletions apf/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
SET(LIB_REQUIRED_DEP_PACKAGES SCORECpcu SCORECgmi)
SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES SCORECpcu SCORECgmi)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES SCORECpcu SCORECgmi
)
8 changes: 8 additions & 0 deletions apf/cmake/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SET(LIB_REQUIRED_DEP_PACKAGES SCORECpcu SCORECgmi)
SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES SCORECpcu SCORECgmi)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)
12 changes: 12 additions & 0 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES
SCORECpcu
SCORECgmi
SCORECapf
SCORECmds
SCORECparma
SCORECapf_zoltan
SCORECma
SCORECspr
SCORECapf_stk
)
1 change: 1 addition & 0 deletions gmi/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES()
7 changes: 7 additions & 0 deletions ma/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES
SCORECapf
SCORECparma
SCORECapf_zoltan
SCORECmds
)
3 changes: 3 additions & 0 deletions mds/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES SCORECapf SCORECgmi
)
8 changes: 8 additions & 0 deletions mds/cmake/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SET(LIB_REQUIRED_DEP_PACKAGES SCORECapf SCORECgmi)
SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES SCORECapf SCORECgmi)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)
3 changes: 3 additions & 0 deletions parma/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES SCORECapf
)
3 changes: 3 additions & 0 deletions pcu/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_TPLS MPI
)
3 changes: 3 additions & 0 deletions spr/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES SCORECapf
)
4 changes: 4 additions & 0 deletions stk/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES SCORECapf Shards
LIB_OPTIONAL_PACKAGES STKIO STKMesh STKTopology STKUtil SEACASIoss Teuchos
)
3 changes: 3 additions & 0 deletions zoltan/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES SCORECapf Zoltan
)

0 comments on commit 661f21f

Please sign in to comment.