search for: pythoninterp_found

Displaying 2 results from an estimated 2 matches for "pythoninterp_found".

2013 Jun 21
1
[LLVMdev] Patch for the fact that all llvm python scripts are python 2.x compatible.
...(LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_HOST_TRIPLE}" CACHE STRING set(TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}") include(HandleLLVMOptions) - +set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4) # Verify that we can find a Python interpreter, include(FindPythonInterp) if( NOT PYTHONINTERP_FOUND ) -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo
2014 Dec 15
4
[LLVMdev] [RFC] Requiring python 2.6
On 14 December 2014 at 20:50, David Majnemer <david.majnemer at gmail.com> wrote: > Just a reminder, these bots are still not operational because of this > change. Well, there were valid objections to lowering the requirement. If we can require the host compiler to be upgraded, it is probably ok to require python to be upgraded too, no? Cheers, Rafael