TileDB-Inc / tiledbsoma-feedstock

A conda-smithy repository for tiledbsoma.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

tiledbsoma 1.6.2 with core 2.18.4 #76

Closed johnkerl closed 8 months ago

jdblischak commented 8 months ago

I don't think this PR is necessary. The tiledb run exports are "x.x", which means a tiledbsoma binary built against tiledb 2.18.x can't be installed with any of tiledb version >=2.18.x,<2.19

mamba create --dry-run -n test \
  -c conda-forge -c tiledb --override-channels \
  tiledb=2.18.4 tiledbsoma-py=1.6.2
## + azure-core-cpp                  1.10.3  h91d86a7_0               conda-forge     Cached
## + tiledb                          2.18.4  h4386cac_0               conda-forge        6MB
## + libtiledbsoma                    1.6.2  hd763302_0               tiledb           343kB
## + python                         3.10.13  hd12c33a_1_cpython       conda-forge     Cached
## + tiledbsoma-py                    1.6.2  py310h0107f82_0          tiledb           370kB
johnkerl commented 8 months ago

I don't think this PR is necessary. The tiledb run exports are "x.x", which means a tiledbsoma binary built against tiledb 2.18.x can't be installed with any of tiledb version >=2.18.x,<2.19

@jdblischak I'm not certain either. I had thought notebook-images and UDF-image repos would fail to solve with this 2.18.2 pin here, when we need to be on 2.18.4 everywhere.

There's a parallel conversation in Slack right now; I thought I'd kick this off. But meanwhile we have attempted solves in flight for notebook and UDF images ... 🤞

johnkerl commented 8 months ago

Per @jdblischak I am closing this PR