Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday
Hi Sandro,
> On Fri, Mar 23, 2012 at 03:18, John Hunter wrote:
>> The tarballs for the v1.1.1 release candidate 1 (rc1) are uploaded to and
>> are available for testing and building binaries
>>
>>
>> https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/
>>
>> After the binaries are up, I'll send out a notice to the users list
>> requesting wider testing, but intrepid developers can begin now.
>
> I'll start testing debian packaging right away; for our package we
> also need the sampledata tarball: can I reuse the one for 1.1.0 or is
> a new one needed?
I used the 1.1.0 version to build with the fink Python installation on MaxOS X
and everything seems to work there, passing the tests at least (does
pylab.test('full')
execute all tests? It seems a rather small number…).
I have another question - I am trying to build a fink package with the
documentation
and am wondering if "python make.py --small html" actually has any effect?
This still creates more than 70 MB of documentation, 24 MB in the _images
subdir
alone, which increases the .deb size by a factor of ~2.5. How are you handling
this
for the Debian package?
Cheers,
Derek
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] matplotlib v1.1.1 (bugfix) rc1 on Thursday
On Sat, Mar 24, 2012 at 18:13, Derek Homeier
wrote:
> I used the 1.1.0 version to build with the fink Python installation on MaxOS X
> and everything seems to work there, passing the tests at least (does
> pylab.test('full')
> execute all tests? It seems a rather small number…).
to run tests I use:
python -c "import matplotlib as m ; m.test(verbosity=1)"
> I have another question - I am trying to build a fink package with the
> documentation
> and am wondering if "python make.py --small html"
In debian I use:
./make.py --small all
> actually has any effect?
what do you mean?
> This still creates more than 70 MB of documentation, 24 MB in the _images
> subdir
> alone, which increases the .deb size by a factor of ~2.5. How are you
> handling this
> for the Debian package?
well, yes, the doc is huge (the debian package size is 52M compressed)
and that is good; --small helped reducing the package size, setting
if small_docs:
options = "-D plot_formats=\"[('png', 80)]\""
which reduced the type and size of the output images.
Cheers,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
___
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
