[Piglit] [PATCH 09/10] Require python 2.7
Jan Vesely
jan.vesely at rutgers.edu
Mon Dec 5 20:30:09 UTC 2016
On Mon, 2016-12-05 at 09:48 -0800, arsenm2 at gmail.com wrote:
> From: Matt Arsenault <arsenm2 at gmail.com>
>
> Things seem to break with python3
can you be more specific? things have run OK for me with python3.5 for
some time.
Jan
> ---
> CMakeLists.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 3964dd8..311899a 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -216,7 +216,7 @@ ENDIF()
>
> set(Python_ADDITIONAL_VERSIONS
> 3.5 3.4 3.3 2.7)
> -find_package(PythonInterp REQUIRED)
> +find_package(PythonInterp 2.7 REQUIRED)
> find_package(PythonSix 1.5.2 REQUIRED)
> find_package(PythonNumpy 1.7.0 REQUIRED)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20161205/8a7371ec/attachment.sig>
More information about the Piglit
mailing list