xtensor-python icon indicating copy to clipboard operation
xtensor-python copied to clipboard

Wrong python and additional build option

Open JohanMabille opened this issue 5 years ago • 1 comments

The following argument can be passed to cmake in order to fix wrong python detection:

-DPYTHON_EXECUTABLE:FILEPATH=path_to_python.

I guess it is equivalent to -DPYTHON_EXECUTABLE=`which python` but I'm not sure.

This should be added to the build section of the documentation (or in a troubleshooting section).

JohanMabille avatar Jun 23 '20 13:06 JohanMabille

Yes, we do this in the build of the conda recipe. This should definitely be documented.

SylvainCorlay avatar Jun 23 '20 14:06 SylvainCorlay