Skip to content

Commit

Permalink
Build against local freetype (Fixes conda-forge#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Apr 24, 2017
1 parent 8691cf8 commit 7337e49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ECHO [packages] >> setup.cfg
ECHO tests = False >> setup.cfg
ECHO sample_data = False >> setup.cfg
ECHO toolkits_tests = False >> setup.cfg
ECHO [test] >> setup.cfg
ECHO local_freetype = True >> setup.cfg

%PYTHON% setup.py install --single-version-externally-managed --record record.txt
if errorlevel 1 exit 1
3 changes: 3 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ tests = False
toolkit_tests = False
sample_data = False
[test]
local_freetype = True
EOF


Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ requirements:
- pkg-config # [not win]
- numpy x.x
- python-dateutil
- freetype 2.7|2.7.*
- msinttypes # [win]
- cycler >=0.10
- nose
Expand All @@ -49,7 +48,6 @@ requirements:
- numpy x.x
- cycler >=0.10
- python-dateutil
- freetype 2.7|2.7.*
- pytz
- pyparsing
#- py2cairo # [linux and py2k]
Expand Down

0 comments on commit 7337e49

Please sign in to comment.