matplotlib setup is trying to build macosx extension on linux ?

David Cournapeau <david@...1387...> writes:

This would always build the mac os x extension if
options['build_macosx'] is True, which is the case for me (it is set-up
in setup.cfg, which I did not touch).

The setup.cfg file is included in the distribution by mistake. Just
delete it before building.

···

--
Jouni K. Seppänen

Jouni K. Seppänen wrote:

David Cournapeau <david@...1387...> writes:
  
The setup.cfg file is included in the distribution by mistake. Just
delete it before building.
  
Ah, that would explain it, indeed. Thanks,

David