Dušan Baran
Dušan Baran
Ok, so what do you guys think about the latest changes and mostly about the `DownloadPrebuiltTileDB.cmake` file? I removed the source distribution logic as requested and add parameters to that...
UPDATE: I had to rebase this branch on top of another branch that add CPACK releases, since those ones actually generate sha256 hashes. This means that this PR should be...
I changed download logic to use FetchContent and add ReleaseListGeneration into Release workflow. This is the resulting artifacts: https://github.com/dudoslav/TileDB/releases/tag/t09 And this is the pipeline that produced it: https://github.com/dudoslav/TileDB/actions/runs/8110756605 I also...
Sorry for the late reply. Any ideas what might be wrong with these builds? 
Please include pytest outputs for 3.12 executions
Latest CIBUILDWHEEL with tests: https://github.com/dudoslav/TileDB-Vector-Search/actions/runs/8470380414
@jparismorgan We actually do set that variable (TILEDB_REST_TOKEN) here: https://github.com/TileDB-Inc/TileDB-Vector-Search/pull/209/files#diff-14b51e9e6321caf5d23b2253f2415daf475fdaa417c0aa8fe896c3a460f2d023R130
`pip install .` ``` ... -- Installing: /tmp/tmpeetkpcfm/wheel/platlib/tiledb/vector_search/./_tiledbvspy.cpython-311-x86_64-linux-gnu.so -- Set non-toolchain portion of runtime path of "/tmp/tmpeetkpcfm/wheel/platlib/tiledb/vector_search/./_tiledbvspy.cpython-311-x86_64-linux-gnu.so" to "$ORIGIN/lib" -- Installing: /tmp/tmpeetkpcfm/wheel/platlib/tiledb/vector_search/lib/libtiledb.so.2.22
`INSTALL_LIB_TILEDB="OFF" pip install .` ``` ... -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/include/experimental/__p2642_bits -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/include/experimental/__p2642_bits/layout_padded.hpp -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/include/experimental/__p2642_bits/layout_padded_fwd.hpp -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/lib/cmake/mdspan/mdspanConfig.cmake -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/lib/cmake/mdspan/mdspanConfigVersion.cmake -- Installing: /tmp/tmp49y6peo6/wheel/platlib/tiledb/vector_search/./_tiledbvspy.cpython-311-x86_64-linux-gnu.so...
I just noticed that when you run: `TILEDB_PATH=${CONDA_PREFIX} pip install --no-deps .` I get: ``` (zoo) taco:TileDB-Vector-Search dudoslav$ python -c 'import tiledb.vector_search' Traceback (most recent call last): File "", line...