1# @HEADER
2# ************************************************************************
3#
4#            Trilinos: An Object-Oriented Solver Framework
5#                 Copyright (2001) Sandia Corporation
6#
7#
8# Copyright (2001) Sandia Corporation. Under the terms of Contract
9# DE-AC04-94AL85000, there is a non-exclusive license for use of this
10# work by or on behalf of the U.S. Government.  Export of this program
11# may require a license from the United States Government.
12#
13# 1. Redistributions of source code must retain the above copyright
14# notice, this list of conditions and the following disclaimer.
15#
16# 2. Redistributions in binary form must reproduce the above copyright
17# notice, this list of conditions and the following disclaimer in the
18# documentation and/or other materials provided with the distribution.
19#
20# 3. Neither the name of the Corporation nor the names of the
21# contributors may be used to endorse or promote products derived from
22# this software without specific prior written permission.
23#
24# THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
25# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
28# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
30# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
31# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
32# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
33# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
34# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35#
36# NOTICE:  The United States Government is granted for itself and others
37# acting on its behalf a paid-up, nonexclusive, irrevocable worldwide
38# license in this data to reproduce, prepare derivative works, and
39# perform publicly and display publicly.  Beginning five (5) years from
40# July 25, 2001, the United States Government is granted for itself and
41# others acting on its behalf a paid-up, nonexclusive, irrevocable
42# worldwide license in this data to reproduce, prepare derivative works,
43# distribute copies to the public, perform publicly and display
44# publicly, and to permit others to do so.
45#
46# NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT
47# OF ENERGY, NOR SANDIA CORPORATION, NOR ANY OF THEIR EMPLOYEES, MAKES
48# ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR
49# RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY
50# INFORMATION, APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS
51# THAT ITS USE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS.
52#
53# ************************************************************************
54# @HEADER
55
56TRIBITS_REPOSITORY_DEFINE_TPLS(
57  MKL             "cmake/TPLs/"    EX
58  yaml-cpp        "cmake/TPLs/"    EX
59  Peano           "cmake/TPLs/"    EX
60  CUDA            "${${PROJECT_NAME}_TRIBITS_DIR}/core/std_tpls/"    PT
61  CUBLAS          "cmake/TPLs/"    PT
62  CUSOLVER        "cmake/TPLs/"    PT
63  CUSPARSE        "cmake/TPLs/"    PT
64  Thrust          "cmake/TPLs/"    ST
65  Cusp            "cmake/TPLs/"    ST
66  TBB             "cmake/TPLs/"    EX
67  Pthread         "cmake/TPLs/"    PT
68  HWLOC           "cmake/TPLs/"    ST
69  QTHREAD         "cmake/TPLs/"    ST
70  BinUtils        "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"    ST
71  ARPREC          "packages/teuchos/cmake/tpls/"    ST
72  QD              "packages/teuchos/cmake/tpls/"    ST
73  MPI             "${${PROJECT_NAME}_TRIBITS_DIR}/core/std_tpls/" PT
74  BLAS            "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"   PT
75  LAPACK          "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"   PT
76  Boost           "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"   PT
77  Scotch          "cmake/TPLs/"    ST
78  OVIS            "cmake/TPLs/"    ST
79  gpcd            "cmake/TPLs/"    ST
80  METIS           "cmake/TPLs/"    TS
81  MTMETIS         "cmake/TPLs/"    EX
82  ParMETIS        "cmake/TPLs/"    PT
83  PuLP            "cmake/TPLs/"    EX
84  TopoManager     "cmake/TPLs/"    EX
85  LibTopoMap      "cmake/TPLs/"    ST
86  PaToH           "cmake/TPLs/"    ST
87  CppUnit         "cmake/TPLs/"    ST
88  ADOLC           "cmake/TPLs/"    ST
89  ADIC            "cmake/TPLs/"    EX
90  TVMET           "cmake/TPLs/"    ST
91  MF              "cmake/TPLs/"    ST
92  ExodusII        "cmake/TPLs/"    ST
93  Nemesis         "cmake/TPLs/"    ST
94  XDMF            "cmake/TPLs/"    TS
95  Zlib            "cmake/TPLs/"    PT
96  HDF5            "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"  PT
97  CGNS            "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"  PT
98  Pnetcdf         "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"  PT
99  Netcdf          "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"  PT
100  ADIOS2          "packages/seacas/cmake/tpls/"    EX
101  y12m            "cmake/TPLs/"    ST
102  SuperLUDist     "cmake/TPLs/"    ST
103  SuperLUMT	  "cmake/TPLs/"	   ST
104  SuperLU         "cmake/TPLs/"    PT
105  Cholmod	  "cmake/TPLs/"	   EX
106  UMFPACK         "cmake/TPLs/"    ST
107  MA28            "cmake/TPLs/"    TS
108  AMD             "cmake/TPLs/"    TS
109  CSparse         "cmake/TPLs/"    EX
110  HYPRE           "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"   EX
111  PETSC           "${${PROJECT_NAME}_TRIBITS_DIR}/common_tpls/"   ST
112  BLACS           "cmake/TPLs/"    ST
113  SCALAPACK       "cmake/TPLs/"    ST
114  MUMPS           "cmake/TPLs/"    ST
115  PARDISO_MKL     "cmake/TPLs/"    EX
116  PARDISO         "cmake/TPLs/"    EX
117  Oski            "cmake/TPLs/"    ST
118  TAUCS           "cmake/TPLs/"    ST
119  ForUQTK         "cmake/TPLs/"    EX
120  Dakota          "cmake/TPLs/"    EX
121  HIPS            "cmake/TPLs/"    EX
122  MATLAB          "cmake/TPLs/"    EX
123  CASK            "cmake/TPLs/"    EX
124  SPARSKIT        "cmake/TPLs/"    ST
125  QT              "packages/teuchos/cmake/tpls/"    ST
126  gtest           "cmake/TPLs/"    EX
127  BoostLib        "cmake/TPLs/"    PT
128  BoostAlbLib     "cmake/TPLs/"    ST
129  OpenNURBS       "cmake/TPLs/"    EX
130  Portals         "cmake/TPLs/"    ST
131  CrayPortals     "cmake/TPLs/"    ST
132  Gemini          "cmake/TPLs/"    ST
133  InfiniBand      "cmake/TPLs/"    ST
134  BGPDCMF         "cmake/TPLs/"    ST
135  BGQPAMI         "cmake/TPLs/"    ST
136  Pablo           "cmake/TPLs/"    ST
137  HPCToolkit      "cmake/TPLs/"    ST
138  Clp             "cmake/TPLs/"    EX
139  GLPK            "cmake/TPLs/"    EX
140  qpOASES         "cmake/TPLs/"    EX
141  Matio           "cmake/TPLs/"    ST
142  PAPI            "cmake/TPLs/"    ST
143  MATLABLib       "cmake/TPLs/"    EX
144  Eigen           "packages/teuchos/cmake/tpls/"    EX
145  X11             "cmake/TPLs/"    ST
146  Lemon           "cmake/TPLs/"    EX
147  GLM             "cmake/TPLs/"    EX
148  quadmath        "cmake/TPLs/"    EX
149  CAMAL           "cmake/TPLs/"    ST
150  RTlib           "cmake/TPLs/"    ST
151  DLlib           "cmake/TPLs/"    ST
152  AmgX            "cmake/TPLs/"    EX
153  CGAL            "cmake/TPLs/"    EX
154  CGALCore        "cmake/TPLs/"    EX
155  VTune           "cmake/TPLs/"    ST
156  TASMANIAN       "cmake/TPLs/"    EX
157  ArrayFireCPU    "cmake/TPLs/"    EX
158  SimMesh         "SCOREC/cmake/TPLs/"    EX
159  SimModel        "SCOREC/cmake/TPLs/"    EX
160  SimParasolid    "SCOREC/cmake/TPLs/"    EX
161  SimAcis         "SCOREC/cmake/TPLs/"    EX
162  SimField        "SCOREC/cmake/TPLs/"    EX
163  Valgrind        "cmake/TPLs/"    EX
164  QUO             "cmake/TPLs/"    EX
165  ViennaCL        "cmake/TPLs/"    EX
166  Avatar          "cmake/TPLs/"    EX
167  mlpack          "cmake/TPLs/"    EX
168  pebbl           "cmake/TPLs/"    EX
169  MAGMASparse     "cmake/TPLs/"    EX
170  Check           "cmake/TPLs/"    EX
171  )
172
173# NOTES:
174#
175# (*) ParMETIS must be listed after Scotch because the
176#     ParMETIS include directories must come before the
177#     Scotch include directories.
178#
179