diff options
-rw-r--r-- | meta-oe/licenses/MINPACK | 51 | ||||
-rw-r--r-- | meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb | 9 |
2 files changed, 58 insertions, 2 deletions
diff --git a/meta-oe/licenses/MINPACK b/meta-oe/licenses/MINPACK new file mode 100644 index 000000000..132cc3f33 --- /dev/null +++ b/meta-oe/licenses/MINPACK | |||
@@ -0,0 +1,51 @@ | |||
1 | Minpack Copyright Notice (1999) University of Chicago. All rights reserved | ||
2 | |||
3 | Redistribution and use in source and binary forms, with or | ||
4 | without modification, are permitted provided that the | ||
5 | following conditions are met: | ||
6 | |||
7 | 1. Redistributions of source code must retain the above | ||
8 | copyright notice, this list of conditions and the following | ||
9 | disclaimer. | ||
10 | |||
11 | 2. Redistributions in binary form must reproduce the above | ||
12 | copyright notice, this list of conditions and the following | ||
13 | disclaimer in the documentation and/or other materials | ||
14 | provided with the distribution. | ||
15 | |||
16 | 3. The end-user documentation included with the | ||
17 | redistribution, if any, must include the following | ||
18 | acknowledgment: | ||
19 | |||
20 | "This product includes software developed by the | ||
21 | University of Chicago, as Operator of Argonne National | ||
22 | Laboratory. | ||
23 | |||
24 | Alternately, this acknowledgment may appear in the software | ||
25 | itself, if and wherever such third-party acknowledgments | ||
26 | normally appear. | ||
27 | |||
28 | 4. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" | ||
29 | WITHOUT WARRANTY OF ANY KIND. THE COPYRIGHT HOLDER, THE | ||
30 | UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND | ||
31 | THEIR EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR | ||
32 | IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES | ||
33 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE | ||
34 | OR NON-INFRINGEMENT, (2) DO NOT ASSUME ANY LEGAL LIABILITY | ||
35 | OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR | ||
36 | USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF | ||
37 | THE SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) | ||
38 | DO NOT WARRANT THAT THE SOFTWARE WILL FUNCTION | ||
39 | UNINTERRUPTED, THAT IT IS ERROR-FREE OR THAT ANY ERRORS WILL | ||
40 | BE CORRECTED. | ||
41 | |||
42 | 5. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT | ||
43 | HOLDER, THE UNITED STATES, THE UNITED STATES DEPARTMENT OF | ||
44 | ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, | ||
45 | INCIDENTAL, CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF | ||
46 | ANY KIND OR NATURE, INCLUDING BUT NOT LIMITED TO LOSS OF | ||
47 | PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER | ||
48 | SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT | ||
49 | (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, | ||
50 | EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE | ||
51 | POSSIBILITY OF SUCH LOSS OR DAMAGES. | ||
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb b/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb index d6ef98f94..a54d8f8f7 100644 --- a/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb +++ b/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb | |||
@@ -1,8 +1,13 @@ | |||
1 | DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." | 1 | DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." |
2 | AUTHOR = "Benoît Jacob and Gaël Guennebaud and others" | 2 | AUTHOR = "Benoît Jacob and Gaël Guennebaud and others" |
3 | HOMEPAGE = "http://eigen.tuxfamily.org/" | 3 | HOMEPAGE = "http://eigen.tuxfamily.org/" |
4 | LICENSE = "MPL-2.0" | 4 | LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPLv3 & LGPLv2.1 & MINPACK" |
5 | LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad" | 5 | LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ |
6 | file://COPYING.BSD;md5=543367b8e11f07d353ef894f71b574a0 \ | ||
7 | file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
8 | file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ | ||
9 | file://COPYING.MINPACK;md5=5fe4603e80ef7390306f51ef74449bbd \ | ||
10 | " | ||
6 | 11 | ||
7 | SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1" | 12 | SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;nobranch=1" |
8 | 13 | ||