[LLVMdev] [RFC] Requiring python 2.6
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Dec 15 08:14:07 PST 2014
On 15 December 2014 at 10:54, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Rafael,
>
> I installed python-3.3 for my builders.
>
> I wish if configurator(s) would detect suffixed python. I am using
> /usr/bin/python3 (or python3.3).
Currently they look for python, python2, python27.
Should we change it to python3, python, python2, python27?
BTW, I just noticed cmake check is out of date:
set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5)
include(FindPythonInterp)
if( NOT PYTHONINTERP_FOUND )
message(FATAL_ERROR
"Unable to find Python interpreter, required for builds and testing.
Please install Python or specify the PYTHON_EXECUTABLE CMake variable.")
endif()
Cheers,
Rafael
More information about the llvm-dev
mailing list