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

Commit ef2a898

Browse files
committed
RF: remove cruft from install file
1 parent f6abb5c commit ef2a898

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ FT_VERSION=2.5.3
66
PNG_VERSION=1.6.12
77
ZLIB_VERSION=1.2.8
88

9-
# Need cmake for openjpeg
10-
brew install cmake
119
# Need pkg-config for freetype to find libpng
1210
brew install pkg-config
1311
# Set up build
1412
clean_builds
13+
clean_submodule matplotlib
1514
# Need zlib for compatibility with new libpng on OSX 10.6
1615
standard_install zlib $ZLIB_VERSION .tar.xz
1716
standard_install libpng $PNG_VERSION

0 commit comments

Comments
 (0)