Skip to content

Commit 193a199

Browse files
committed
update to 0.3.28 and fixup licenses
1 parent 497424a commit 193a199

File tree

7 files changed

+12
-34
lines changed

7 files changed

+12
-34
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
REPO_DIR: OpenBLAS
14-
OPENBLAS_COMMIT: "d11e7340"
14+
OPENBLAS_COMMIT: "v0.3.28"
1515
MACOSX_DEPLOYMENT_TARGET: 10.9
1616

1717
jobs:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch: null
99

1010
env:
11-
OPENBLAS_COMMIT: "d11e7340"
11+
OPENBLAS_COMMIT: "v0.3.28"
1212
OPENBLAS_ROOT: "c:\\opt"
1313
# Preserve working directory for calls into bash
1414
# Without this, invoking bash will cd to the home directory

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT: "d11e7340"
5+
- OPENBLAS_COMMIT: "v0.3.28"
66
- REPO_DIR=OpenBLAS
77

88
sudo: required

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
# v0.3.27-350-gd11e7340
12-
version = "0.3.27.350.0"
11+
# v0.3.28
12+
version = "0.3.28.0.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/LICENSE_linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This binary distribution of NumPy also bundles the following software:
55

66

77
Name: OpenBLAS
8-
Files: numpy.libs/libopenblas*.so
8+
Files: numpy.libs/libscipy_openblas*.so
99
Description: bundled as a dynamically linked library
1010
Availability: https://github.com/OpenMathLib/OpenBLAS/
1111
License: BSD-3-Clause-Attribution
@@ -41,7 +41,7 @@ License: BSD-3-Clause-Attribution
4141

4242

4343
Name: LAPACK
44-
Files: numpy.libs/libopenblas*.so
44+
Files: numpy.libs/libscipy_openblas*.so
4545
Description: bundled in OpenBLAS
4646
Availability: https://github.com/OpenMathLib/OpenBLAS/
4747
License: BSD-3-Clause-Attribution

tools/LICENSE_osx.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This binary distribution of NumPy also bundles the following software:
55

66
Name: OpenBLAS
7-
Files: numpy/.dylibs/libopenblas*.so
7+
Files: numpy/.dylibs/libscipy_openblas*.so
88
Description: bundled as a dynamically linked library
99
Availability: https://github.com/OpenMathLib/OpenBLAS/
1010
License: BSD-3-Clause-Attribution
@@ -40,7 +40,7 @@ License: BSD-3-Clause-Attribution
4040

4141

4242
Name: LAPACK
43-
Files: numpy/.dylibs/libopenblas*.so
43+
Files: numpy/.dylibs/libscipy_openblas*.so
4444
Description: bundled in OpenBLAS
4545
Availability: https://github.com/OpenMathLib/OpenBLAS/
4646
License: BSD-3-Clause-Attribution

tools/LICENSE_win32.txt

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This binary distribution of NumPy also bundles the following software:
55

66

77
Name: OpenBLAS
8-
Files: numpy.libs\libopenblas*.dll
8+
Files: libs/libscipy_openblas*.dll
99
Description: bundled as a dynamically linked library
1010
Availability: https://github.com/OpenMathLib/OpenBLAS/
1111
License: BSD-3-Clause-Attribution
@@ -41,7 +41,7 @@ License: BSD-3-Clause-Attribution
4141

4242

4343
Name: LAPACK
44-
Files: numpy.libs\libopenblas*.dll
44+
Files: libs/libscipy_openblas*.dll
4545
Description: bundled in OpenBLAS
4646
Availability: https://github.com/OpenMathLib/OpenBLAS/
4747
License: BSD-3-Clause-Attribution
@@ -96,7 +96,7 @@ License: BSD-3-Clause-Attribution
9696

9797

9898
Name: GCC runtime library
99-
Files: numpy.libs\libopenblas*.dll
99+
Files: libs/libscipy_openblas*.dll
100100
Description: statically linked to files compiled with gcc
101101
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
102102
License: GPL-3.0-with-GCC-exception
@@ -878,25 +878,3 @@ may consider it more useful to permit linking proprietary applications with
878878
the library. If this is what you want to do, use the GNU Lesser General
879879
Public 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 <[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

Comments
 (0)