Hello,
Would it be possible to build the C++ libraries, install them, then build the python interface and link on the installed libraries.
Instead of letting scikit-build rebuilding everything?
This would ease building multiple python packages with one installed library installed.
Having an option like
option(TILEDBVS_USE_PREBUILT "Use prebuilt TileDB-Vector-Search" OFF)
would be useful.
Cheers,
Hello,
Would it be possible to build the C++ libraries, install them, then build the python interface and link on the installed libraries.
Instead of letting scikit-build rebuilding everything?
This would ease building multiple python packages with one installed library installed.
Having an option like
would be useful.
Cheers,