@@ -5,7 +5,7 @@ This binary distribution of NumPy also bundles the following software:
5
5
6
6
7
7
Name: OpenBLAS
8
- Files: numpy.libs\libopenblas *.dll
8
+ Files: numpy.libs\libscipy_openblas *.dll
9
9
Description: bundled as a dynamically linked library
10
10
Availability: https://github.com/OpenMathLib/OpenBLAS/
11
11
License: BSD-3-Clause
@@ -41,7 +41,7 @@ License: BSD-3-Clause
41
41
42
42
43
43
Name: LAPACK
44
- Files: numpy.libs\libopenblas *.dll
44
+ Files: numpy.libs\libscipy_openblas *.dll
45
45
Description: bundled in OpenBLAS
46
46
Availability: https://github.com/OpenMathLib/OpenBLAS/
47
47
License: BSD-3-Clause-Attribution
@@ -96,7 +96,7 @@ License: BSD-3-Clause-Attribution
96
96
97
97
98
98
Name: GCC runtime library
99
- Files: numpy.libs\libgfortran *.dll
99
+ Files: numpy.libs\libscipy_openblas *.dll
100
100
Description: statically linked to files compiled with gcc
101
101
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
102
102
License: GPL-3.0-with-GCC-exception
@@ -879,24 +879,3 @@ the library. If this is what you want to do, use the GNU Lesser General
879
879
Public License instead of this License. But first, please read
880
880
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
881
881
882
- Name: libquadmath
883
- Files: numpy.libs\libopenb*.dll
884
- Description: statically linked to files compiled with gcc
885
- Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
886
- License: LGPL-2.1-or-later
887
-
888
- GCC Quad-Precision Math Library
889
- Copyright (C) 2010-2019 Free Software Foundation, Inc.
890
- Written by Francois-Xavier Coudert <
[email protected] >
891
-
892
- This file is part of the libquadmath library.
893
- Libquadmath is free software; you can redistribute it and/or
894
- modify it under the terms of the GNU Library General Public
895
- License as published by the Free Software Foundation; either
896
- version 2.1 of the License, or (at your option) any later version.
897
-
898
- Libquadmath is distributed in the hope that it will be useful,
899
- but WITHOUT ANY WARRANTY; without even the implied warranty of
900
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
901
- Lesser General Public License for more details.
902
- https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
0 commit comments