[Beignet] [PATCH] Always explicitly use the python interpreter found to execute pytho script

Yichao Yu yyc1992 at gmail.com
Tue Sep 9 17:31:20 PDT 2014


On system where it is necessary to specify python interpreter other than the default one at configure time (i.e. on ArchLinux where python3 is the default) executing python2 script with the default python interpreter (python3) does not work. This patch make sure the scripts are always executed with the correct interpreter specified.

Tested and it compiles.

Yichao Yu (1):
  Use ${PYTHON_EXECUTABLE} to run python scripts.

 backend/src/libocl/CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.1.0



More information about the Beignet mailing list