Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions pixi-packages/asan/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ env.ASAN_OPTIONS = "detect_leaks=0:symbolize=1:strict_init_order=true:allocator_
extra-args = ["-Csetup-args=-Db_sanitize=address", "-Csetup-args=-Dbuildtype=debug"]

[package.host-dependencies]
python.git = "https://github.com/crusaderky/cpython"
python.git = "https://github.com/python/cpython"
python.subdirectory = "Tools/pixi-packages/asan"
python.rev = "tsan"

meson-python = "*"
cython = "*"
Expand Down
9 changes: 4 additions & 5 deletions pixi-packages/default/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ compilers = ["c", "cxx"]
extra-args = ["-Csetup-args=-Dbuildtype=debug"]

[package.host-dependencies]
# FIXME https://github.com/numpy/numpy/issues/30561
# FIXME https://github.com/numpy/numpy/issues/30478
# python = "*" prevents downstream from building cpython from sources.
# Workaround: fork numpy, then uncomment one of the following and
# comment out the other.

# Use latest cpython release from conda-forge
# python = "*"
python = "*"

# Use cpython git tip
python.git = "https://github.com/crusaderky/cpython"
python.subdirectory = "Tools/pixi-packages/default"
python.rev = "tsan"
# python.git = "https://github.com/python/cpython"
# python.subdirectory = "Tools/pixi-packages/default"

meson-python = "*"
cython = "*"
Expand Down
9 changes: 4 additions & 5 deletions pixi-packages/freethreading/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ compilers = ["c", "cxx"]
extra-args = ["-Csetup-args=-Dbuildtype=debug"]

[package.host-dependencies]
# FIXME https://github.com/numpy/numpy/issues/30561
# FIXME https://github.com/numpy/numpy/issues/30478
# python = "*" prevents downstream from building cpython from sources.
# Workaround: fork numpy, then uncomment one of the following and
# comment out the other.

# Use latest cpython release from conda-forge
# python-freethreading = "*"
python-freethreading = "*"

# Use cpython git tip
python.git = "https://github.com/crusaderky/cpython"
python.subdirectory = "Tools/pixi-packages/freethreading"
python.rev = "tsan"
# python.git = "https://github.com/python/cpython"
# python.subdirectory = "Tools/pixi-packages/freethreading"

meson-python = "*"
cython = "*"
Expand Down
3 changes: 1 addition & 2 deletions pixi-packages/tsan-freethreading/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ env.TSAN_OPTIONS = "halt_on_error=0:allocator_may_return_null=1"
extra-args = ["-Csetup-args=-Db_sanitize=thread", "-Csetup-args=-Dbuildtype=debug"]

[package.host-dependencies]
python.git = "https://github.com/crusaderky/cpython"
python.git = "https://github.com/python/cpython"
python.subdirectory = "Tools/pixi-packages/tsan-freethreading"
python.rev = "tsan"

meson-python = "*"
cython = "*"
Expand Down