Re: [matplotlib-devel] Developer summit at Scipy?

2014-03-11 Thread Michael Droettboom
I think we can be flexible about whether it's before or after the 
conference based on who is coming and their availability.


On 03/06/2014 04:33 PM, Benjamin Root wrote:
I am awaiting approval from my superiors to pay for me to go this 
year. I plan to split out my Anatomy of Matplotlib tutorial into two 
levels. If that works out and both tutorials get accepted, then I 
would imagine that I could spend an extra day. Would this extra day be 
before or after the week of the conference?


Ben Root


On Thu, Mar 6, 2014 at 12:49 PM, Eric Firing > wrote:


On 2014/02/27 6:28 AM, Michael Droettboom wrote:
> How many matplotlib developers are planning to attend SciPy this
year?

Most likely I will not.

Eric

>
> If we used some of our funds to support an extra hotel night,
would any
> of you be interested in spending an extra day for a "matplotlib
> developer summit" to discuss matplotlib projects?  This would be in
> addition to the sprints, which I see probably being a larger
group. Your
> response isn't a committment at this point, I'm just trying to
gauge how
> much interest there might be.
>
> Mike
>



--
Subversion Kills Productivity. Get off Subversion & Make the Move
to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually
works.
Faster operations. Version large binaries.  Built-in WAN
optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
___
Matplotlib-devel mailing list
[email protected]

https://lists.sourceforge.net/lists/listinfo/matplotlib-devel




--
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk


___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel



--
   _
|\/|o _|_  _. _ | | \.__  __|__|_|_  _  _ ._ _
|  ||(_| |(_|(/_| |_/|(_)(/_|_ |_|_)(_)(_)| | |

http://www.droettboom.com

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[matplotlib-devel] Freetype config recommendation for installing matplotlib from Source

2014-03-11 Thread Jim Parker
All,
  I needed to install matplotlib from source along with all dependencies,
and I found a "gotcha" related to how setupext.py discovers freetype2
dependencies.

The default is to use
freetype-config --version

which uses a custom binary provided by freetype to list the version number
and linker dependencies.  Versions 2.4 and 2.5 of freetype use pkg-config
to also provide this information but matplotlib skips it.

setting
PKG_CONFIG_PATH=

or using setup.cfg

basedirlist=

will not fix the problem if your PATH variable points to the
freetype-config binary in your system path first.

If freetype-config is no longer necessary for matplotlib to compile, I
would recommend using  pkg-config to get the linker and compiler flags, so
that typical end-user fixes to paths will work as desired.

BTW, a clean install of freetype.2.5.2 will not compile with matplotlib
without including a soft link
ln -s /freetype2 /freetype

I think this a problem with the freetype package.  They have references to
changes in the structure of their includes in version 2.5.1.

Cheers,
--Jim
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel