[Piglit] [PATCH] Do we really need python 2.7?
Matěj Cepl
mcepl at cepl.eu
Fri Jan 23 14:49:29 PST 2015
On 2015-01-07, 19:25 GMT, Dylan Baker wrote:
> We rely on a couple of 2.7 features, one of them is oredered
> dictionaries, the other is dict comprehensions. We also use a lot of
> unnamed format strings ( '{}{}'.format(a, b) ).
That can be patched around (and collections used
https://pypi.python.org/pypi/backport_collections/). So, I am
still not giving up.
>> And of course, when I apply just the attached patch I get to yet
>> another problem: freeglut (RHEL-6 has freeglut-2.6.0). But let's
>> walk this minefield one mine at the time.
>
> You need waffle, glut is not recommended for linux.
> (https://github.com/waffle-gl/waffle, http://www.waffle-gl.org)
See https://kojipkgs.fedoraproject.org//work/tasks/658/8710658/build.log
What's the deal with Mako?
-- Looking for Mako >= 0.7.3
CMake Error at cmake/Modules/PiglitFindMako.cmake:73 (message):
Found Mako 0.3.4, but Mako >= 0.7.3 is required
Hint: Try installing Mako with `pip install --user --upgrade Mako`
Call Stack (most recent call first):
CMakeLists.txt:207 (include)
What kind of functionality is backed by Mako? Could it be switched off? (or we can build new Mako 1.0.0 in EPEL-6 http://koji.fedoraproject.org/koji/taskinfo?taskID=8711312).
Best,
Matěj
More information about the Piglit
mailing list