Re: [Mesa-dev] [PATCH v4 13/22] configure: require python mako module

2015-01-13 Thread Dave Airlie
>> >> Do we definitely need mako 0.7.3? RHEL6 only ships mako 0.3.4. >> > > Can you test lowering the required Mako version in configure.ac? > > Search the following string: AX_CHECK_PYTHON_MAKO_MODULE > and modify the version number that it receives as argument. > > I tested with Mako 0.3.6 (avail

Re: [Mesa-dev] [PATCH v4 13/22] configure: require python mako module

2015-01-12 Thread Samuel Iglesias Gonsálvez
On Tuesday, January 13, 2015 01:10:50 PM Dave Airlie wrote: > On 8 January 2015 at 17:20, Iago Toral Quiroga wrote: > > From: Samuel Iglesias Gonsalvez > > > > It is now a hard dependency because of the autogeneration of > > format pack and unpack functions. > > > > Update the documentation to

Re: [Mesa-dev] [PATCH v4 13/22] configure: require python mako module

2015-01-12 Thread Dave Airlie
On 8 January 2015 at 17:20, Iago Toral Quiroga wrote: > From: Samuel Iglesias Gonsalvez > > It is now a hard dependency because of the autogeneration of > format pack and unpack functions. > > Update the documentation to reflect this change. > > v2: > - Inline python script in m4 file and use PYT

[Mesa-dev] [PATCH v4 13/22] configure: require python mako module

2015-01-07 Thread Iago Toral Quiroga
From: Samuel Iglesias Gonsalvez It is now a hard dependency because of the autogeneration of format pack and unpack functions. Update the documentation to reflect this change. v2: - Inline python script in m4 file and use PYTHON2 v3: - Remove semicolons and quotes and change coding style - Ad