Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 9bc1194

Browse files
committed
BLD: try pre-downloading freetype
1 parent 0f59f15 commit 9bc1194

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mpl_install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ function mpl_build_install {
66
check_var $SYS_CXX
77
check_var $PYTHON_EXE
88
cd matplotlib
9+
mkdir build
10+
cd build
11+
wget https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
12+
tar -xf freetype-2.6.1.tar.gz
13+
cd ../
914
cat << EOF > setup.cfg
1015
[directories]
1116
# 0verride the default basedir in setupext.py.

0 commit comments

Comments
 (0)