@@ -5,7 +5,7 @@ This binary distribution of NumPy also bundles the following software:
55
66
77Name: OpenBLAS
8- Files: numpy. libs\libopenblas *.dll
8+ Files: libs/libscipy_openblas *.dll
99Description: bundled as a dynamically linked library
1010Availability: https://github.com/OpenMathLib/OpenBLAS/
1111License: BSD-3-Clause-Attribution
@@ -41,7 +41,7 @@ License: BSD-3-Clause-Attribution
4141
4242
4343Name: LAPACK
44- Files: numpy. libs\libopenblas *.dll
44+ Files: libs/libscipy_openblas *.dll
4545Description: bundled in OpenBLAS
4646Availability: https://github.com/OpenMathLib/OpenBLAS/
4747License: BSD-3-Clause-Attribution
@@ -96,7 +96,7 @@ License: BSD-3-Clause-Attribution
9696
9797
9898Name: GCC runtime library
99- Files: numpy. libs\libopenblas *.dll
99+ Files: libs/libscipy_openblas *.dll
100100Description: statically linked to files compiled with gcc
101101Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
102102License: GPL-3.0-with-GCC-exception
@@ -878,25 +878,3 @@ may consider it more useful to permit linking proprietary applications with
878878the library. If this is what you want to do, use the GNU Lesser General
879879Public License instead of this License. But first, please read
880880<http://www.gnu.org/philosophy/why-not-lgpl.html>.
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 <fxcoudert@gcc.gnu.org>
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