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

Add a debug build of python 3.11 #597

Merged
merged 24 commits into from
Jan 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
500890d
MNT: Updated the feedstock for conda-smithy version 2.1.0.
conda-forge-admin Feb 22, 2017
e88fbae
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration
Mar 24, 2020
af7eefe
Removed deprecated CMake functions
nikhilweee Nov 15, 2022
fe8e27d
Added debug and release variants
nikhilweee Nov 15, 2022
bdd2321
corrected build_static directories
nikhilweee Nov 15, 2022
b65653f
Changed DEBUG_PY to PY_INTERP_DEBUG
nikhilweee Nov 15, 2022
1ad7aae
Corrected tests for libpython-static
nikhilweee Nov 15, 2022
3726c33
Skip testing abiflags on Windows
nikhilweee Nov 15, 2022
175bdf1
Publish debug build under a separate label
nikhilweee Nov 15, 2022
7556116
Removed CircleCI from recipe
nikhilweee Nov 16, 2022
255c7be
Bumped build number
nikhilweee Nov 18, 2022
50fbe7b
symlink python binary and libpython to pythond
nikhilweee Nov 19, 2022
c948787
Disable compile time optimizations for debug build
nikhilweee Nov 20, 2022
fc82638
CI messes up windows debug builds
nikhilweee Nov 21, 2022
1c8b515
MNT: Re-rendered with conda-build 3.23.1, conda-smithy 3.22.0, and co…
Nov 22, 2022
e427eb5
Restored conda-forge.yml
nikhilweee Nov 22, 2022
72364f0
MNT: Re-rendered with conda-build 3.23.1, conda-smithy 3.22.0, and co…
Nov 22, 2022
f8f8c06
set dbg_abi to empty string in meta.yaml
nikhilweee Nov 22, 2022
0b1d7ac
FindPythonInterp and FindPythonLibs are still used by other projects
nikhilweee Nov 22, 2022
3ef8520
Check gettotalrefcount on all platforms
nikhilweee Nov 22, 2022
e96ec50
Add run_exports for debug builds
nikhilweee Nov 22, 2022
3719383
Fix includes
isuruf Nov 22, 2022
33a229d
Fix run_exports
isuruf Nov 22, 2022
2db6225
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and co…
Dec 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 28 additions & 12 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
build_type:
- debug
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge python_debug
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libffi:
- '3.4'
libuuid:
- '2'
ncurses:
- '6'
openssl:
- 1.1.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.11'
readline:
- '8'
sqlite:
- '3'
target_platform:
- linux-64
tk:
- '8.6'
xz:
- '5'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
build_type:
- debug
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge python_debug
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libffi:
- '3.4'
libuuid:
- '2'
ncurses:
- '6'
openssl:
- '3'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.11'
readline:
- '8'
sqlite:
- '3'
target_platform:
- linux-64
tk:
- '8.6'
xz:
- '5'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
build_type:
- release
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_name:
- cos6
channel_sources:
Expand All @@ -13,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libffi:
Expand All @@ -25,25 +27,9 @@ ncurses:
openssl:
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
libuuid:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.11'
readline:
Expand All @@ -55,8 +41,10 @@ target_platform:
tk:
- '8.6'
xz:
- '5.2'
- '5'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
build_type:
- release
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_name:
- cos6
channel_sources:
Expand All @@ -13,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libffi:
Expand All @@ -25,25 +27,9 @@ ncurses:
openssl:
- '3'
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
libuuid:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.11'
readline:
Expand All @@ -55,8 +41,10 @@ target_platform:
tk:
- '8.6'
xz:
- '5.2'
- '5'
zip_keys:
- - build_type
- channel_targets
- - c_compiler_version
- cxx_compiler_version
zlib:
Expand Down
Loading