Here’s the uname -a output:
Darwin Pico.local 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64
I just modified the script that was here: http://matplotlib.org/faq/installing_faq.html#building-and-installing-from-source-on-osx-with-epd
I don’t actually have EPD, but it didn’t look like there was anything really EPD specific in that script so I used it.
Thanks,
-Ranjit
···
On Fri, Sep 21, 2012 at 5:59 PM, <matplotlib-users-request@…563…eforge.net> wrote:
Send Matplotlib-users mailing list submissions to
matplotlib-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
[https://lists.sourceforge.net/lists/listinfo/matplotlib-users](https://lists.sourceforge.net/lists/listinfo/matplotlib-users)
or, via email, send a message with subject or body ‘help’ to
matplotlib-users-request@lists.sourceforge.net
You can reach the person managing the list at
matplotlib-users-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than “Re: Contents of Matplotlib-users digest…”
Today’s Topics:
Re: install problem on OSX 10.8 (Benjamin Root)
Fwd: install problem on OSX 10.8 (Benjamin Root)
Re: Image as marker and axes “equal” aspect ratio (Andrea Gavana)
Re: install problem on OSX 10.8 (Damon McDougall)
Re: netcdf4-python build (Michael Rawlins)
Message: 1
Date: Fri, 21 Sep 2012 14:53:26 -0400
From: Benjamin Root <ben.root@…83…1304…>
Subject: Re: [Matplotlib-users] install problem on OSX 10.8
To: Ranjit Chacko <ranjit@…4212…>
Cc: matplotlib-users@lists.sourceforge.net
Message-ID:
<CANNq6Fk5Kj78cpcctD+494GiAjgWER_n94a29nMyMkJnW8Bo+Q@...288...>
Content-Type: text/plain; charset=“iso-8859-1”
On Fri, Sep 21, 2012 at 2:19 PM, Ranjit Chacko <ranjit@…4211…> wrote:
I’m having some trouble compiling matplotlib, and I’m not sure how to fix
it. Does anyone have any advice on how to proceed given the following
traceback?
Thanks,
-Ranjit
Which version of matplotlib? How are you building it (i.e., what set of
directions are you following)?
Ben Root
-------------- next part --------------
An HTML attachment was scrubbed…
Message: 2
Date: Fri, 21 Sep 2012 15:01:59 -0400
From: Benjamin Root <ben.root@…83…1304…>
Subject: [Matplotlib-users] Fwd: install problem on OSX 10.8
To: Matplotlib Users matplotlib-users@lists.sourceforge.net
Message-ID:
<CANNq6FkLV83c8szb-Yjh=3QyPNFoHWhPJiL6PG9hmrpKdJmaPg@...288...>
Content-Type: text/plain; charset=“iso-8859-1”
Note: please use “Reply-All” to make sure the mailing list continues to get
this thread.
Could you do a “uname -a” at the command-line and give us that output? I
was not aware that Apple shipped any 32-bit machines anymore.
Ben Root
---------- Forwarded message ----------
From: Ranjit Chacko <ranjit@…4213…>
Date: Fri, Sep 21, 2012 at 2:55 PM
Subject: Re: [Matplotlib-users] install problem on OSX 10.8
To: Benjamin Root <ben.root@…3203…04…>
I’m just cloned the repo from master yesterday, and I tried running the
following script:
NAME=matplotlib
VERSION=v1.1.x
PREFIX=$HOME
cd matplotlib
export LDFLAGS="-Os -arch i386 -L/usr/X11/lib"
export CFLAGS="-Os -arch i386 -I/usr/X11/include
-I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12"
export PKG_CONFIG_PATH="/usr/X11/lib/pkgconfig"
export ARCHFLAGS="-arch i386"
python setup.py build
use --prefix if you don’t want it installed in the default location:
python setup.py install #–prefix=$PREFIX
cd …
Thanks,
-Ranjit
-------------- next part --------------
An HTML attachment was scrubbed…