[Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version
Dylan Baker
dylan at pnwbakers.com
Fri Aug 10 18:06:05 UTC 2018
Quoting Rhys Kidd (2018-08-10 10:48:49)
> On Fri, 10 Aug 2018 at 13:47, Dylan Baker <dylan at pnwbakers.com> wrote:
>
> ---
> CMakeLists.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 413cd72e6..433fa1aea 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -227,7 +227,7 @@ IF(PIGLIT_BUILD_GLX_TESTS)
> ENDIF()
>
> set(Python_ADDITIONAL_VERSIONS
> - 3.6 3.5 3.4 3.3 2.7)
> + 3.7 3.6 3.5 3.4 3.3 2.7)
> find_package(PythonInterp REQUIRED)
> find_package(PythonSix 1.5.2 REQUIRED)
> find_package(PythonNumpy 1.7.0 REQUIRED)
>
>
> Perhaps also remove the 3.3? With or without, gets my:
That should probably be it's own patch since it's a different change. I can send
one for that too.
>
> Reviewed-by: Rhys Kidd <rhyskidd at gmail.com>
Thanks!
>
>
> --
> 2.18.0
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20180810/20a907e0/attachment.sig>
More information about the Piglit
mailing list