Thanks Dylan, I knew I forgot a distro from the list :) Brian, Dave I am a bit concerned the RH & VMWare teams. Is bumping cmake to 2.8.11 going to cause any headaches for you guys. Perhaps I'm worrying too much ?
Thanks Emil On 26/09/14 22:10, Dylan Baker wrote: > This is fine with me. > > I'll add that Gentoo has 2.8.12 as stable, and 3.0.2 as unstable > > On Friday, September 26, 2014 11:50:53 AM Emil Velikov wrote: >> Latest waffle (1.4.0) requires cmake 2.8.11 and considering that >> waffle and piglit are build hand-in-hand, do the same here. >> >> Suggested-by: Chad Versace <[email protected]> >> Signed-off-by: Emil Velikov <[email protected]> >> --- >> >> I'm not entirely sure how many people build waffle separate >> of piglit and if we must bump the requirement here. Esp since >> some enterprise distros do not provide the updated package >> >> Archlinux 3.0.2 >> Debian wheezy 2.8.9 >> Debian wheezy-backports 2.8.11 >> Fedora 19/20 2.8.12 >> Redhat EL 6/7 2.8.8 >> OpenSUSE 12.3 2.8.10 >> OpenSUSE 13.1 2.8.11 >> SUSE SLE-11 (unofficial) 2.8.12/3.0.1 >> >> I'm open to suggestions >> >> Cheers, >> Emil >> >> >> CMakeLists.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/CMakeLists.txt b/CMakeLists.txt >> index 14d2927..c1124e9 100644 >> --- a/CMakeLists.txt >> +++ b/CMakeLists.txt >> @@ -1,4 +1,4 @@ >> -cmake_minimum_required(VERSION 2.8.5) >> +cmake_minimum_required(VERSION 2.8.11) >> >> list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules") >> >> -- >> 2.1.0 >> >> _______________________________________________ >> Piglit mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
