Skip to content

Commit ef7fc3a

Browse files
committed
add pillow
used for proteus parallel plotting
1 parent ea930a3 commit ef7fc3a

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

examples/proteus.Darwin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ packages:
4444
debug: false
4545
petsc4py:
4646
with_conf: true
47+
pillow:
4748
pytables:
4849
sphinx:
4950
superlu:

examples/proteus.linux2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ packages:
4343
debug: false
4444
petsc4py:
4545
with_conf: true
46+
pillow:
4647
pytables:
4748
sphinx:
4849
superlu:

pkgs/pillow.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: [setuptools_package]
2+
dependencies:
3+
build: [png]
4+
5+
sources:
6+
- key: tar.gz:q5qmcgfaefplufr7o6bbcdt67tn3cx4k
7+
url: https://pypi.python.org/packages/source/P/Pillow/Pillow-2.8.1.tar.gz

0 commit comments

Comments
 (0)