Skip to content
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

Refine python3's SAGE_SPKG_DEPCHECK: bzip2, xz, libffi #30949

Open
mkoeppe opened this issue Nov 22, 2020 · 4 comments
Open

Refine python3's SAGE_SPKG_DEPCHECK: bzip2, xz, libffi #30949

mkoeppe opened this issue Nov 22, 2020 · 4 comments

Comments

@mkoeppe
Copy link
Member

mkoeppe commented Nov 22, 2020

Currently we have SAGE_SPKG_DEPCHECK([sqlite libpng bzip2 xz libffi], ...), which causes system python3 to be rejected on many systems.

We should review whether this can be made more fine-grained.

SAGE_SPKG_DEPCHECK is specifically for checking whether we are going to install a shared library that may interfere with a system-provided version of the same shared library that the package is linked against.

Package sqlite - done in #30559

Package libpng is taken care of in #31009

Here we follow up to address the following dependencies:

Package bzip2......

$ grep bzip2 build/pkgs/*/dependencies
build/pkgs/cbc/dependencies:readline zlib bzip2 $(BLAS)
build/pkgs/cmake/dependencies:curl zlib bzip2 xz
build/pkgs/freetype/dependencies:libpng bzip2
build/pkgs/pcre/dependencies:bzip2
build/pkgs/python3/dependencies:zlib readline sqlite libpng bzip2 xz libffi
build/pkgs/r/dependencies:$(BLAS) gfortran iconv readline bzip2 xz pcre curl | pkgconf

Package xz represents both the shared library liblzma and the xz binary. #30948

Package libffi....

$ grep libffi build/pkgs/*/dependencies
build/pkgs/ecl/dependencies:$(MP_LIBRARY) readline gc libffi
build/pkgs/python3/dependencies:zlib readline sqlite libpng bzip2 xz libffi

See also:

Depends on #30948
Depends on #31009

CC: @jhpalmieri

Component: build: configure

Issue created by migration from https://trac.sagemath.org/ticket/30949

@mkoeppe mkoeppe added this to the sage-9.3 milestone Nov 22, 2020
@mkoeppe
Copy link
Member Author

mkoeppe commented Nov 22, 2020

Dependencies: #30948

@mkoeppe
Copy link
Member Author

mkoeppe commented Dec 5, 2020

Changed dependencies from #30948 to #30948, #31009

@mkoeppe

This comment has been minimized.

@mkoeppe mkoeppe changed the title Refine python3's SAGE_SPKG_DEPCHECK: libpng, bzip2, xz, libffi Refine python3's SAGE_SPKG_DEPCHECK: bzip2, xz, libffi Dec 5, 2020
@mkoeppe
Copy link
Member Author

mkoeppe commented Feb 13, 2021

comment:3

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Aug 9, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 14, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Mar 5, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.8, sage-9.9 Jan 7, 2023
@mkoeppe mkoeppe removed this from the sage-10.0 milestone Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant