Skip to content

Commit dd328e8

Browse files
committed
move zlib to prereqs, remove zlib spkg
1 parent e106460 commit dd328e8

Some content is hidden

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

67 files changed

+93
-157
lines changed

COPYING.txt

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jmol LGPLv2.1+
6969
jsonschema MIT License
7070
lcalc GPLv2+
7171
libgap GPLv3+
72-
libpng Custom, very similar to zlib
72+
libpng Custom (modified BSD)
7373
linbox LGPLv2.1+
7474
lrcalc GPLv2+
7575
m4ri GPLv2+
@@ -124,7 +124,6 @@ sympy Modified BSD
124124
tachyon Modified BSD
125125
threejs MIT License
126126
tornado Apache License
127-
zlib Custom (Modified BSD)
128127

129128
CONTACT INFO:
130129
William Stein; [email protected];
@@ -1314,30 +1313,3 @@ modification, are permitted provided that the following conditions are met:
13141313
[followed by the BSD disclaimer]
13151314

13161315
================================================================================
1317-
1318-
zlib:
1319-
GPL compatible according to
1320-
http://www.fsf.org/licensing/licenses/index_html#GPLCompatibleLicenses
1321-
1322-
Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
1323-
1324-
This software is provided 'as-is', without any express or implied
1325-
warranty. In no event will the authors be held liable for any damages
1326-
arising from the use of this software.
1327-
1328-
Permission is granted to anyone to use this software for any purpose,
1329-
including commercial applications, and to alter it and redistribute it
1330-
freely, subject to the following restrictions:
1331-
1332-
1. The origin of this software must not be misrepresented; you must not
1333-
claim that you wrote the original software. If you use this software
1334-
in a product, an acknowledgment in the product documentation would be
1335-
appreciated but is not required.
1336-
2. Altered source versions must be plainly marked as such, and must not be
1337-
misrepresented as being the original software.
1338-
3. This notice may not be removed or altered from any source distribution.
1339-
1340-
Jean-loup Gailly [email protected]
1341-
Mark Adler [email protected]
1342-
1343-
===============================================================================

README.md

Lines changed: 3 additions & 3 deletions

build/bin/sage-package

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# 4ti2
1818
# autotools
1919
# [...]
20-
# zlib
2120
#
2221
# * Find the package name given a tarball filename
2322
#

build/make/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ toolchain: $(foreach pkgname,$(TOOLCHAIN),$(inst_$(pkgname))) $(PCFILES)
313313
# See #14168 and #14232.
314314
#
315315
# Note: This list consists of only the *runtime* dependencies of the toolchain.
316-
TOOLCHAIN_DEPS = zlib $(MP_LIBRARY) mpfr mpc
316+
TOOLCHAIN_DEPS = $(MP_LIBRARY) mpfr mpc
317317
TOOLCHAIN_DEP_INSTS = \
318318
$(foreach pkgname,$(TOOLCHAIN_DEPS),$(inst_$(pkgname)))
319319

@@ -569,7 +569,7 @@ pkg_deps = \
569569
#
570570
# For example, for python3 this will expand to:
571571
#
572-
# $(INST)/python3-3.7.3: $(inst_zlib) $(inst_readline) $(inst_sqlite) $(inst_libpng) $(inst_xz) $(inst_libffi)
572+
# $(INST)/python3-3.7.3: $(inst_readline) $(inst_sqlite) $(inst_libpng) $(inst_xz) $(inst_libffi)
573573
# +$(AM_V_at)sage-logger -p '$(SAGE_SPKG) python3-3.7.3' '$(SAGE_LOGS)/python3-3.7.3.log'
574574
#
575575
# python3: $(INST)/python3-3.7.3

build/pkgs/4ti2/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zlib $(MP_LIBRARY) glpk
1+
$(MP_LIBRARY) glpk
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/4ti2/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SAGE_SPKG_CONFIGURE([4ti2], [
2-
SAGE_SPKG_DEPCHECK([gmp glpk zlib], [
2+
SAGE_SPKG_DEPCHECK([gmp glpk], [
33
dnl Debian installs these programs with an executable prefix "4ti2-",
44
dnl OpenSUSE uses the prefix "4ti2_".
55
dnl Singular checks for unprefixed and prefixed with "4ti2-".

build/pkgs/_prereq/SPKG.rst

Lines changed: 4 additions & 0 deletions

build/pkgs/_prereq/distros/alpine.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ patch
2222
bzip2
2323
patch
2424
pkgconf
25+
zlib-dev

build/pkgs/_prereq/distros/arch.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ bzip2
2020
which
2121
patch
2222
pkgconf
23+
zlib

build/pkgs/_prereq/distros/conda.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ bc
1717
patch
1818
bzip2
1919
pkg-config
20+
zlib
21+
zlib-devel

0 commit comments

Comments
 (0)