Re: [matplotlib-devel] release plans

2007-11-27 Thread Christopher Barker
Charles Moad wrote:
>   Ready whenever.  I did a test 10.5 bulid a few days ago  
> targeting 10.4 with the latest libpng and freetype statically linked  
> in. 

Great!

A note about that -- I just built an app with Py2exe and delivered to 
someone that then couldn't run it, 'cause it's linked with the freetype 
in Apple's X11 -- I guess X11 isn't installed by default, so we really 
do need to keep that statically linked.

are libpng and libfreetype the only two we need now?

Charlie, is there somewhere I can get that built to try it out?

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread John Hunter
On Nov 26, 2007 5:42 PM, Charles Moad <[EMAIL PROTECTED]> wrote:
>   Ready whenever.  I did a test 10.5 bulid a few days ago
> targeting 10.4 with the latest libpng and freetype statically linked
> in.  All went pretty well.  I'll write up build instructions similar
> to yours when I go through the motions again.

I just completed a successful test of r4472 so lets go ahead with the
release on that version number.

Thanks!
JDH

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread Charlie Moad
To clarify

- 0.91
- numpy only
- no wx compiled in (since 2.8 is pure python)
- should tk use the default OSX installation for leopard?

10.5 comes with a working freetype, but I was still going to
statically link it in for 10.4 users.  It will be a FAT build.

- Charlie

On Nov 27, 2007 1:45 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Nov 26, 2007 5:42 PM, Charles Moad <[EMAIL PROTECTED]> wrote:
> >   Ready whenever.  I did a test 10.5 bulid a few days ago
> > targeting 10.4 with the latest libpng and freetype statically linked
> > in.  All went pretty well.  I'll write up build instructions similar
> > to yours when I go through the motions again.
>
> I just completed a successful test of r4472 so lets go ahead with the
> release on that version number.
>
> Thanks!
> JDH
>

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread John Hunter
On Nov 27, 2007 2:05 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> To clarify
>
> - 0.91
> - numpy only
> - no wx compiled in (since 2.8 is pure python)
> - should tk use the default OSX installation for leopard?

Yes on the first three -- I am not sure what the last question is
referring to so perhaps you could elaborate.

JDH

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread Charlie Moad
The last few builds for OSX I have done, somone (don't remember who)
complained that I didn't build against ActiveTCL.  I didn't know if
others had a preference on this.

- Charlie

On Nov 27, 2007 5:05 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Nov 27, 2007 2:05 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> > To clarify
> >
> > - 0.91
> > - numpy only
> > - no wx compiled in (since 2.8 is pure python)
> > - should tk use the default OSX installation for leopard?
>
> Yes on the first three -- I am not sure what the last question is
> referring to so perhaps you could elaborate.
>
> JDH
>

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread John Hunter
On Nov 27, 2007 5:00 PM, Charlie Moad <[EMAIL PROTECTED]> wrote:
> The last few builds for OSX I have done, somone (don't remember who)
> complained that I didn't build against ActiveTCL.  I didn't know if
> others had a preference on this.

I think native tcl/tk is preferable, but this is not a terribly
informed opinion.  If you don't hear otherwise from someone else, just
build under that assumption.

JDH

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread Christopher Barker
Charlie Moad wrote:
> - 0.91
> - numpy only
> - no wx compiled in (since 2.8 is pure python)
> - should tk use the default OSX installation for leopard?

> 10.5 comes with a working freetype, but I was still going to
> statically link it in for 10.4 users.  It will be a FAT build.

sounds good to me.

I'm +0 on the Tk issue -- I don't use it. I think it may have been 
Russell Owen that had issues with Tk -- I've forwarded a note to him, so 
he can comment if he wants to.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] release plans

2007-11-27 Thread Charlie Moad
Before I push the OSX binary to SF I have 2 questions.

1. I used to be able to rename the file from "i386" to "fat" and have
it install on a ppc or intel machine.  This doesn't seem to work
anymore even though this is a fat build.  Any clues on how to approach
this?

2.  Can anyone test this on 10.4?  This brings up a similar naming
issue.  Will 10.5 detect and install 10.4 labeled eggs from SF?

http://dev.imamuseum.org/~cmoad/matplotlib-0.91.0-py2.5-macosx-10.5-i386.egg

- Charlie

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] [Fwd: Re: release plans]

2007-11-27 Thread Christopher Barker
Russell E Owen wrote:
> P.S. Chris: I've been meaning to ask you. Regarding my instructions for 
> building matplotlib: 
> 
> is it still necessary to fuss with WX_CONFIG environment variable or is 
> that no longer needed for modern versions of wxPython and matplotlib?

yup -- as of wxPython2.8 -- we can do MPL in pure python. It will work 
with older version with, perhaps, a little less performance.

It's nice to get rid of that binary compatibility issue.

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

[EMAIL PROTECTED]

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel