k-wave-python
k-wave-python copied to clipboard
Consider compiling kWave binaries from source
Shipping kWave binaries with the package results in larger package sizes. As the kWave source code is under 1MB, it might better to compile kWave from scratch during installation. However, this might expand the dependency list. We should exemine the process and see if it is feasible to do.
This would also allow us to support more advanced NVIDIA sm as mentioned in #11.
can likely be accomplished via a build hook in hatch.
closing for now.