Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
tox.ini (manylinux-minimal): Provide system liblzma so that system py…
Browse files Browse the repository at this point in the history
…thon can be accepted; not system xz
  • Loading branch information
Matthias Koeppe committed Oct 18, 2022
1 parent 9fb4eac commit 3897adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ setenv =
macos-python3_pythonorg: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/Library/Frameworks/Python.framework/Versions/{env:PYTHON_MAJOR}.{env:PYTHON_MINOR}/bin/python3
# https://github.com/pypa/manylinux
manylinux-standard: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=/opt/python/cp{env:PYTHON_MAJOR}{env:PYTHON_MINOR}-cp{env:PYTHON_MAJOR}{env:PYTHON_MINOR}/bin/python3
manylinux-{python3.8,python3.9,python3.10,python3.11}: EXTRA_SAGE_PACKAGES_5=_bootstrap xz bzip2 libffi libpng
manylinux-{python3.8,python3.9,python3.10,python3.11}: EXTRA_SAGE_PACKAGES_5=_bootstrap liblzma bzip2 libffi libpng
conda: CONFIG_CONFIGURE_ARGS_1=--with-system-python3=force --with-python=python3
#
# - toolchain
Expand Down

0 comments on commit 3897adb

Please sign in to comment.