-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BLD: add libquadmath to licences and other tweaks #24753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7fc9f16
BLD: add libquadmath to licences and other tweaks
mattip 2ea4d9a
BLD simplify libquadmath license to LGPL2.1, from review [skip cirrus…
mattip 446da4e
BLD: use SPDX short specifiers, fixes from review
mattip 0b2f48a
BLD: only use openblas_support.make_init() in CI, fix paths
mattip b22dceb
fix wheel building on aarch64 [skip actions][skip cirrus][wheel build]
mattip 14ae2d6
linting [wheel build]
mattip 0d4b78d
fix github CI dll copy path, fix calling script on cirrus [wheel build]
mattip 6d8db6c
REL: fix license concatenation for wheels we distribute [wheel build]
rgommers 607b8c6
fix windows CI [wheel build][skip azp]
mattip 0abf5ec
fix aarch64 wheel build [wheel build][skip azp]
mattip File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ This binary distribution of NumPy also bundles the following software: | |
|
||
|
||
Name: OpenBLAS | ||
Files: .libs/libopenb*.so | ||
Files: numpy.libs/libopenblas*.so | ||
Description: bundled as a dynamically linked library | ||
Availability: https://github.com/xianyi/OpenBLAS/ | ||
License: 3-clause BSD | ||
Availability: https://github.com/OpenMathLib/OpenBLAS/ | ||
License: BSD-3-Clause-Attribution | ||
Copyright (c) 2011-2014, The OpenBLAS Project | ||
All rights reserved. | ||
|
||
|
@@ -41,10 +41,10 @@ License: 3-clause BSD | |
|
||
|
||
Name: LAPACK | ||
Files: .libs/libopenb*.so | ||
Files: numpy.libs/libopenblas*.so | ||
Description: bundled in OpenBLAS | ||
Availability: https://github.com/xianyi/OpenBLAS/ | ||
License 3-clause BSD | ||
Availability: https://github.com/OpenMathLib/OpenBLAS/ | ||
License: BSD-3-Clause-Attribution | ||
Copyright (c) 1992-2013 The University of Tennessee and The University | ||
of Tennessee Research Foundation. All rights | ||
reserved. | ||
|
@@ -96,10 +96,10 @@ License 3-clause BSD | |
|
||
|
||
Name: GCC runtime library | ||
Files: .libs/libgfortran*.so | ||
Files: numpy.libs/libgfortran*.so | ||
Description: dynamically linked to files compiled with gcc | ||
Availability: https://gcc.gnu.org/viewcvs/gcc/ | ||
License: GPLv3 + runtime exception | ||
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran | ||
License: GPL-3.0-with-GCC-exception | ||
Copyright (C) 2002-2017 Free Software Foundation, Inc. | ||
|
||
Libgfortran is free software; you can redistribute it and/or modify | ||
|
@@ -878,3 +878,25 @@ may consider it more useful to permit linking proprietary applications with | |
the library. If this is what you want to do, use the GNU Lesser General | ||
Public License instead of this License. But first, please read | ||
<http://www.gnu.org/philosophy/why-not-lgpl.html>. | ||
|
||
Name: libquadmath | ||
Files: numpy.libs/libquadmath*.so | ||
Description: dynamically linked to files compiled with gcc | ||
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath | ||
License: LGPL-2.1-or-later | ||
|
||
GCC Quad-Precision Math Library | ||
Copyright (C) 2010-2019 Free Software Foundation, Inc. | ||
Written by Francois-Xavier Coudert <[email protected]> | ||
|
||
This file is part of the libquadmath library. | ||
Libquadmath is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Library General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
Libquadmath is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,102 @@ | |
|
||
This binary distribution of NumPy also bundles the following software: | ||
|
||
Name: OpenBLAS | ||
Files: numpy/.dylibs/libopenblas*.so | ||
Description: bundled as a dynamically linked library | ||
Availability: https://github.com/OpenMathLib/OpenBLAS/ | ||
License: BSD-3-Clause-Attribution | ||
Copyright (c) 2011-2014, The OpenBLAS Project | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
|
||
1. Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in | ||
the documentation and/or other materials provided with the | ||
distribution. | ||
3. Neither the name of the OpenBLAS project nor the names of | ||
its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written | ||
permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | ||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
|
||
Name: LAPACK | ||
Files: numpy/.dylibs/libopenblas*.so | ||
Description: bundled in OpenBLAS | ||
Availability: https://github.com/OpenMathLib/OpenBLAS/ | ||
License: BSD-3-Clause-Attribution | ||
Copyright (c) 1992-2013 The University of Tennessee and The University | ||
of Tennessee Research Foundation. All rights | ||
reserved. | ||
Copyright (c) 2000-2013 The University of California Berkeley. All | ||
rights reserved. | ||
Copyright (c) 2006-2013 The University of Colorado Denver. All rights | ||
reserved. | ||
|
||
$COPYRIGHT$ | ||
|
||
Additional copyrights may follow | ||
|
||
$HEADER$ | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
|
||
- Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
|
||
- Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer listed | ||
in this license in the documentation and/or other materials | ||
provided with the distribution. | ||
|
||
- Neither the name of the copyright holders nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
The copyright holders provide no reassurances that the source code | ||
provided does not infringe any patent, copyright, or any other | ||
intellectual property rights of third parties. The copyright holders | ||
disclaim any liability to any recipient for claims brought against | ||
recipient by any third party for infringement of that parties | ||
intellectual property rights. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
|
||
Name: GCC runtime library | ||
Files: .dylibs/* | ||
Files: numpy/.dylibs/libgfortran*, numpy/.dylibs/libgcc* | ||
Description: dynamically linked to files compiled with gcc | ||
Availability: https://gcc.gnu.org/viewcvs/gcc/ | ||
License: GPLv3 + runtime exception | ||
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran | ||
License: GPL-3.0-with-GCC-exception | ||
Copyright (C) 2002-2017 Free Software Foundation, Inc. | ||
|
||
Libgfortran is free software; you can redistribute it and/or modify | ||
|
@@ -787,3 +877,25 @@ may consider it more useful to permit linking proprietary applications with | |
the library. If this is what you want to do, use the GNU Lesser General | ||
Public License instead of this License. But first, please read | ||
<http://www.gnu.org/philosophy/why-not-lgpl.html>. | ||
|
||
Name: libquadmath | ||
Files: numpy/.dylibs/libquadmath*.so | ||
Description: dynamically linked to files compiled with gcc | ||
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath | ||
License: LGPL-2.1-or-later | ||
|
||
GCC Quad-Precision Math Library | ||
Copyright (C) 2010-2019 Free Software Foundation, Inc. | ||
Written by Francois-Xavier Coudert <[email protected]> | ||
|
||
This file is part of the libquadmath library. | ||
Libquadmath is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Library General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later version. | ||
|
||
Libquadmath is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.