On 01/12/2015 05:59 AM, Thierry wrote:
> 
> In order to try such possibility on the next matplotlib update, could some
> people (especially someone using OSX) give me (with minimal info on their
> OS, arch, and tar --version) the result of:
> 
> wget 
> https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.4.2/matplotlib-1.4.2.tar.gz
> tar xf matplotlib-1.4.2.tar.gz
> rm -rf matplotlib-1.4.2/lib/matplotlib/tests/baseline_images/*
> find matplotlib-1.4.2 | sort | tar --no-recursion -cj --format=gnu 
> --mtime='1970-01-01 01:00' --group=0 --owner=0 -f matplotlib-1.4.2.tar.bz2 -T 
> -
> shasum matplotlib-1.4.2.tar.bz2
> 

Simply switching to "xz -9" from "gz" gives a big improvement:

  50139344 Oct 22 22:07 matplotlib-1.4.2.tar.gz
  43625140 Jan 12 15:45 matplotlib-1.4.2.tar.xz

The default "xz" that you get from "tar -cJf" was very close but
slightly bigger (it will depend on the contents of the directory).

That's an easy feature request that we could send upstream.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to