[Piglit] [PATCH] cmake: Require mako >= 0.8.0.

Dylan Baker baker.dylan.c at gmail.com
Thu Feb 26 17:59:46 PST 2015


Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>

On Thu, Feb 26, 2015 at 04:17:32PM -0800, Vinson Lee wrote:
> future_imports was added in Mako 0.8.0.
> 
> http://docs.makotemplates.org/en/latest/changelog.html#change-0.8.0
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89347
> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
> ---
>  CMakeLists.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index b1d4e5b..94c0958 100644
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -191,7 +191,7 @@ ENDIF()
>  
>  find_package(PythonInterp 2.7 REQUIRED)
>  find_package(PythonNumpy 1.6.2 REQUIRED)
> -find_package(PythonMako 0.7.3 REQUIRED)
> +find_package(PythonMako 0.8.0 REQUIRED)
>  find_package(PythonSix 1.4.0 REQUIRED)
>  
>  # Default to compiling with debug information (`gcc -g`):
> -- 
> 2.1.0
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150226/6879e1ec/attachment.sig>


More information about the Piglit mailing list