New sources
This commit is contained in:
parent
dd3b8abfa9
commit
98dd5e3da2
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ matplotlib-1.0.0-without-gpc.tar.gz
|
||||
/matplotlib-1.2.0-without-gpc.tar.gz
|
||||
/matplotlib-1.3.0-without-gpc.tar.xz
|
||||
/matplotlib-1.3.1-without-gpc.tar.xz
|
||||
/matplotlib-1.4.3-without-gpc.tar.xz
|
||||
/matplotlib-1.4.3-without-extern.tar.xz
|
||||
|
@ -6,14 +6,14 @@ version=$1
|
||||
|
||||
dir=matplotlib-${version}
|
||||
file=matplotlib-${version}.tar.gz
|
||||
result=matplotlib-${version}-without-gpc.tar.xz
|
||||
result=matplotlib-${version}-without-extern.tar.xz
|
||||
|
||||
wget -vc http://downloads.sourceforge.net/matplotlib/$file
|
||||
test -f $file || wget -v http://downloads.sourceforge.net/matplotlib/$file
|
||||
|
||||
rm -rf matplotlib-${version}
|
||||
tar xzf $file
|
||||
|
||||
rm matplotlib-${version}/agg24/include/agg_conv_gpc.h
|
||||
rm -r matplotlib-${version}/extern/{agg24,CXX,qhull}
|
||||
|
||||
rm -f $result
|
||||
tar cJf $result $dir
|
||||
|
Loading…
Reference in New Issue
Block a user