[Numpy-discussion] X11 system info

Robert Kern robert.kern at gmail.com
Wed Jul 20 11:16:14 EDT 2011


On Wed, Jul 20, 2011 at 03:58, Pauli Virtanen <pav at iki.fi> wrote:
> Tue, 19 Jul 2011 21:55:28 +0200, Ralf Gommers wrote:
>> On Sun, Jul 17, 2011 at 11:48 PM, Darren Dale <dsdale24 at gmail.com>
>> wrote:
>>> In numpy.distutils.system info:
>>>
>>>    default_x11_lib_dirs = libpaths(['/usr/X11R6/lib','/usr/X11/lib',
>>>                                     '/usr/lib'], platform_bits)
>>>    default_x11_include_dirs = ['/usr/X11R6/include','/usr/X11/include',
>>>                                '/usr/include']
>>>
>>> These defaults won't work on the forthcoming Ubuntu 11.10, which
>>> installs X into /usr/lib/X11 and /usr/include/X11.
>
> Did you check that some compilation fails because of this?

Enthought's Enable will probably fail. It uses the system_info
infrastructure to find the X11 headers and libraries. It has
perennially been fragile to build because of the unexpected variation
in locations.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list