getkeops / keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
https://www.kernel-operations.io
MIT License
1.03k stars 65 forks source link

Build script for keopscore and pykeops #229

Closed gdurif closed 2 years ago

gdurif commented 2 years ago

Should fix #226

Clean generation of keopscore and pykeops distribution source packages (with the script pybuild.sh):

./pybuild.sh -h
# Build script for keopscore/pykeops packages.
# 
# Usage: ./pybuild.sh [option...]
# 
#    -h     Print the help
#    -l     Build in local mode (without hard-coded keopscore version requirement in pykeops)
#    -v     Verbose mode
# 
# Note: by default, the keopscore version requirement is hard-coded in pykeops.

Remaining TODOs