Skip to content

Commit 35b9f38

Browse files
author
Release Manager
committed
sagemathgh-40689: remove boost_cropped spkg, add boost to prereqs boost is available on all the supported platforms, and maintaining the spkg thus makes no sense any more. So e.g sagemath#34748 can be closed ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40689 Reported by: Dima Pasechnik Reviewer(s): Antonio Rojas, Dima Pasechnik
2 parents ae71b0b + 5373b22 commit 35b9f38

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+52
-155
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
# SPKGs to install as system packages
186186
SPKGS: _bootstrap _prereq
187187
# Non-Python packages to install as spkgs
188-
TARGETS_PRE: gmp mpfr mpc bliss coxeter3 mcqd meataxe sirocco boost_cropped tdlib
188+
TARGETS_PRE: gmp mpfr mpc bliss coxeter3 mcqd meataxe sirocco tdlib
189189
CIBW_BUILD: "*${{ matrix.build }}*"
190190
# Disable building PyPy wheels on all platforms
191191
CIBW_SKIP: "pp*"

COPYING.txt

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ SOFTWARE LICENSE
3333
-----------------------------------------------------------------------
3434
boehm_gc MIT-like license (see below)
3535
backports_ssl_match_hostname Python License
36-
boost_cropped Boost Software License (see below)
3736
cddlib GPLv2+
3837
certifi ISC
3938
cliquer GPLv2+
@@ -795,35 +794,6 @@ simplicity, included in its entirety.
795794

796795
================================================================================
797796

798-
boost_cropped:
799-
(http://www.boost.org/LICENSE_1_0.txt)
800-
801-
Boost Software License - Version 1.0 - August 17th, 2003
802-
803-
Permission is hereby granted, free of charge, to any person or organization
804-
obtaining a copy of the software and accompanying documentation covered by
805-
this license (the "Software") to use, reproduce, display, distribute,
806-
execute, and transmit the Software, and to prepare derivative works of the
807-
Software, and to permit third-parties to whom the Software is furnished to
808-
do so, all subject to the following:
809-
810-
The copyright notices in the Software and this entire statement, including
811-
the above license grant, this restriction and the following disclaimer,
812-
must be included in all copies of the Software, in whole or in part, and
813-
all derivative works of the Software, unless such copies or derivative
814-
works are solely in the form of machine-executable object code generated by
815-
a source language processor.
816-
817-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
818-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
819-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
820-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
821-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
822-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
823-
DEALINGS IN THE SOFTWARE.
824-
825-
================================================================================
826-
827797
bzip2:
828798
(http://www.bzip.org/)
829799
This program, "bzip2", the associated library "libbzip2", and all

build/pkgs/_prereq/SPKG.rst

Lines changed: 17 additions & 2 deletions

build/pkgs/_prereq/distros/alpine.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ ca-certificates
2020
coreutils
2121
patch
2222
bzip2
23-
patch
2423
pkgconf
2524
zlib-dev
25+
boost

build/pkgs/_prereq/distros/arch.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ which
2121
patch
2222
pkgconf
2323
zlib
24+
boost
25+
libboost-devel

build/pkgs/_prereq/distros/conda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ bzip2
1919
pkg-config
2020
zlib
2121
zlib-devel
22+
libboost-devel

build/pkgs/_prereq/distros/debian.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ ca-certificates
3232
patch
3333
pkg-config
3434
libz-dev
35+
libboost-dev

build/pkgs/_prereq/distros/fedora.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ flex
3636
patch
3737
pkg-config
3838
zlib-devel
39+
boost-devel

build/pkgs/_prereq/distros/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dash
1818
python # python metaport for bootstrapping the build
1919
patch
2020
bzip2
21-
patch
2221
devel/pkgconf
2322
zlib
23+
devel/boost-libs

build/pkgs/_prereq/distros/gentoo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ sys-apps/which
2929
sys-apps/diffutils
3030
sys-devel/patch
3131
app-arch/bzip2
32-
sys-devel/patch
3332
dev-util/pkgconf
3433
sys-libs/zlib
34+
dev-libs/boost

0 commit comments

Comments
 (0)