ipybind icon indicating copy to clipboard operation
ipybind copied to clipboard

Support system commands for include/link flags

Open molpopgen opened this issue 6 years ago • 0 comments

It'd be handy for the cell magic to support something like this:

%%pybind11 -I=`gsl-config --cflags` -I=`python -c "import numpy;print(numpy.get_include())"`

When using other Python packages that provide headers, it'd be great not to have to hard-code in the linker paths.

Would such a thing be possible?

molpopgen avatar Mar 11 '18 19:03 molpopgen