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

Produce packages for python 3.12 #226

Closed
wants to merge 3 commits into from
Closed
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
6 changes: 1 addition & 5 deletions .ci_support/linux_64_fmt11spdlog1.14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge,tiledb
channel_targets:
Expand Down Expand Up @@ -45,13 +45,9 @@ spdlog:
- '1.14'
target_platform:
- linux-64
tiledb:
- '2.26'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
- - channel_sources
- fmt
- spdlog
Expand Down
8 changes: 2 additions & 6 deletions .ci_support/linux_64_fmt9spdlog1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- tiledb/label/for-cloud,conda-forge,tiledb
channel_targets:
Expand All @@ -33,7 +33,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
pyarrow:
- '11'
- '17'
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
Expand All @@ -45,13 +45,9 @@ spdlog:
- '1.11'
target_platform:
- linux-64
tiledb:
- '2.26'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
- - channel_sources
- fmt
- spdlog
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ spdlog:
- '1.14'
target_platform:
- osx-64
tiledb:
- '2.26'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ spdlog:
- '1.14'
target_platform:
- osx-arm64
tiledb:
- '2.26'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spdlog: # [linux]
- 1.11 # [linux]
- 1.14 # [linux]
pyarrow: # [linux]
- 11 # [linux]
- 17 # [linux]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That pyarrow 11 pin is for the cloud variant we install in our py39 environment

# TileDB Cloud genomics notebook image
date
## Mon Nov 18 05:10:35 PM UTC 2024
conda list pyarrow
## # packages in environment at /opt/conda:
## #
## # Name                    Version                   Build  Channel
## pyarrow                   11.0.0          py39hf0ef2fd_5_cpu    conda-forge
## pyarrow-hotfix            0.6                pyhd8ed1ab_0    conda-forge

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately pyarrow 11 is available for py311 but not py312:

mamba create --dry-run -n test -c conda-forge python=3.11 pyarrow=11
##   + pyarrow                   11.0.0  py311hdf9aeb4_60_cpu  conda-forge        4MB

mamba create --dry-run -n test -c conda-forge python=3.12 pyarrow=11
## Could not solve for environment specs

- 17 # [linux]
zip_keys: # [linux]
- channel_sources # [linux]
Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ outputs:
- name: tiledbsoma-py
version: {{ version }}
script: build-tiledbsoma-py.sh
build:
skip: true # [py == 312]
requirements:
build:
- {{ compiler('cxx') }}
Expand Down