User-defined operators associated to a formula are compiled in shared object files with this function.
compile_formula(formula, var_aliases, dllname)0 if no problem
text string, formula defining the new operator.
text string, formated formula input arguments returned by
format_var_aliases() (specifically $var_aliases).
text string, the name associated to the related shared object file.
Ghislain Durif
The function compile_formula sets up the working directory and the
environment to call the function compile_code() for the
cmake compilation.
Afterwards, it also verify that the compilation went smoothly.
keops_kernel(), compile_code()