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-requ...@lists.sourceforge.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
> or, via email, send a message with subject or body 'help' to
>         matplotlib-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>         matplotlib-users-ow...@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:
>
>    1. Re: install problem on OSX 10.8 (Benjamin Root)
>    2. Fwd:  install problem on OSX 10.8 (Benjamin Root)
>    3. Re: Image as marker and axes "equal" aspect ratio (Andrea Gavana)
>    4. Re: install problem on OSX 10.8 (Damon McDougall)
>    5. Re: netcdf4-python build (Michael Rawlins)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 21 Sep 2012 14:53:26 -0400
> From: Benjamin Root <ben.r...@ou.edu>
> Subject: Re: [Matplotlib-users] install problem on OSX 10.8
> To: Ranjit Chacko <ran...@getaround.com>
> Cc: matplotlib-users@lists.sourceforge.net
> Message-ID:
>         <
> cannq6fk5kj78cpcctd+494giajgwer_n94a29nmymkjnw8b...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Fri, Sep 21, 2012 at 2:19 PM, Ranjit Chacko <ran...@getaround.com>
> 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.r...@ou.edu>
> Subject: [Matplotlib-users] Fwd:  install problem on OSX 10.8
> To: Matplotlib Users <matplotlib-users@lists.sourceforge.net>
> Message-ID:
>         <CANNq6FkLV83c8szb-Yjh=
> 3qypnfohwhpjil6pg9hmrpkdjm...@mail.gmail.com>
> 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 <ran...@getaround.com>
> Date: Fri, Sep 21, 2012 at 2:55 PM
> Subject: Re: [Matplotlib-users] install problem on OSX 10.8
> To: Benjamin Root <ben.r...@ou.edu>
>
>
> 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...
>
>
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to