Dušan Baran

Results 16 issues of Dušan Baran

This PR changes the default behavior of release workflow to use `cpack` commands to generate source and binary releases of TileDB library. The produced releases can be seen here: https://github.com/dudoslav/TileDB/actions/runs/7757551437...

This PR aims to autogenerate cmake file containing all required hash/url combinations so that other repositories can simply pull this file and forget about changing all url/hash occurences in their...

- [ x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly...

Enable python 3.12 for this repo

This PR aims to allow an option to include/exclude `libtiledb.so` in the install group. The install group affects what is included in the PYPI packages and since these packages are...

This PR aims to enable tests in `cibuildwheel` step. For now, windows tests are disabled and only Linux+MacOS tests are enabled. This change should not only install the produced wheel...

This PR should prove that we could rework our build system into scikit-build-core. Right now we are able to compile both pybind11 and Cython extensions. On my local tests I...

This PR reworks build system for TileDB-Py to `scikit-build-core` + `CMake`. To comply with our packaging requirements I made sure that the `TILEDB_PATH` environment variable is properly handled. In all...

Migrate to Conan2

Test for fixing spdlog windows linking. DO NOT MERGE UNTIL FEEDSTOCK PASSES!