From: Sandro T. <mo...@de...> - 2012-03-24 19:16:42
|
On Sat, Mar 24, 2012 at 18:13, Derek Homeier <de...@as...> 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 |