|
From: Ranjit C. <ra...@ge...> - 2012-09-22 01:04:26
|
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, < mat...@li...> wrote: > Send Matplotlib-users mailing list submissions to > mat...@li... > > 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 > mat...@li... > > You can reach the person managing the list at > mat...@li... > > 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...@ou...> > Subject: Re: [Matplotlib-users] install problem on OSX 10.8 > To: Ranjit Chacko <ra...@ge...> > Cc: mat...@li... > Message-ID: > < > CAN...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > On Fri, Sep 21, 2012 at 2:19 PM, Ranjit Chacko <ra...@ge...> > 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...@ou...> > Subject: [Matplotlib-users] Fwd: install problem on OSX 10.8 > To: Matplotlib Users <mat...@li...> > Message-ID: > <CANNq6FkLV83c8szb-Yjh= > 3Qy...@ma...> > 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 <ra...@ge...> > Date: Fri, Sep 21, 2012 at 2:55 PM > Subject: Re: [Matplotlib-users] install problem on OSX 10.8 > To: Benjamin Root <ben...@ou...> > > > 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... > > |