|
1 | 1 | # |
2 | | -# Copyright (c) 2017, Lawrence Livermore National Security, LLC. |
3 | | -# Produced at the Lawrence Livermore National Laboratory. |
4 | | -# Written by Slaven Peles <peles2@llnl.gov>. |
5 | | -# LLNL-CODE-718378. |
6 | | -# All rights reserved. |
7 | | -# |
8 | | -# This file is part of GridKit™. For details, see github.com/LLNL/GridKit |
9 | | -# Please also read the LICENSE file. |
10 | | -# |
11 | | -# Redistribution and use in source and binary forms, with or without |
12 | | -# modification, are permitted provided that the following conditions are met: |
13 | | -# - Redistributions of source code must retain the above copyright notice, |
14 | | -# this list of conditions and the disclaimer below. |
15 | | -# - Redistributions in binary form must reproduce the above copyright notice, |
16 | | -# this list of conditions and the disclaimer (as noted below) in the |
17 | | -# documentation and/or other materials provided with the distribution. |
18 | | -# - Neither the name of the LLNS/LLNL nor the names of its contributors may |
19 | | -# be used to endorse or promote products derived from this software without |
20 | | -# specific prior written permission. |
21 | | -# |
22 | | -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
23 | | -# CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
24 | | -# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
25 | | -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
26 | | -# DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL |
27 | | -# SECURITY, LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE |
28 | | -# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, |
29 | | -# OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
30 | | -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
31 | | -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
32 | | -# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
33 | | -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISINGIN ANY |
34 | | -# WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
35 | | -# THE POSSIBILITY OF SUCH DAMAGE. |
36 | | -# |
37 | | -# Lawrence Livermore National Laboratory is operated by Lawrence Livermore |
38 | | -# National Security, LLC, for the U.S. Department of Energy, National |
39 | | -# Nuclear Security Administration under Contract DE-AC52-07NA27344. |
40 | | -# |
41 | | -# This document was prepared as an account of work sponsored by an agency |
42 | | -# of the United States government. Neither the United States government nor |
43 | | -# Lawrence Livermore National Security, LLC, nor any of their employees |
44 | | -# makes any warranty, expressed or implied, or assumes any legal liability |
45 | | -# or responsibility for the accuracy, completeness, or usefulness of any |
46 | | -# information, apparatus, product, or process disclosed, or represents that |
47 | | -# its use would not infringe privately owned rights. Reference herein to |
48 | | -# any specific commercial product, process, or service by trade name, |
49 | | -# trademark, manufacturer, or otherwise does not necessarily constitute or |
50 | | -# imply its endorsement, recommendation, or favoring by the United States |
51 | | -# government or Lawrence Livermore National Security, LLC. The views and |
52 | | -# opinions of authors expressed herein do not necessarily state or reflect |
53 | | -# those of the United States government or Lawrence Livermore National |
54 | | -# Security, LLC, and shall not be used for advertising or product |
55 | | -# endorsement purposes. |
56 | | -# |
57 | | - |
58 | 2 | #[[ |
59 | 3 |
|
60 | 4 | Finds Sutiesparse include directory and libraries and exports target `Suitesparse` |
|
0 commit comments