Skip to content

Commit 83cd9b8

Browse files
committed
updated vtk version and matplotlib dependencies
1 parent 9520ae6 commit 83cd9b8

3 files changed

Lines changed: 18 additions & 13 deletions

File tree

examples/proteus.linux2.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,21 @@ packages:
9595
pyzmq:
9696
vapory:
9797
tornado:
98-
ipython:
99-
terminado:
98+
#ipython:
99+
#terminado:
100100
geojson:
101101
shapely:
102102
matlab:
103103
use: host-matlab
104-
ipdb:
105-
jupyterlab:
106-
jupyter:
107-
ipyparallel:
104+
#ipdb:
105+
#jupyterlab:
106+
#jupyter:
107+
#ipyparallel:
108108
buildbot-worker:
109109
julia:
110110
pyjulia:
111-
vtk:
111+
backports-shutil-get-terminal-size:
112+
configparser:
112113
#rtree:
113114
#ipython-d3plot:
114115
#ipython-gridwidget:

pkgs/matplotlib/matplotlib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extends: [namespace_package,libflags]
22

33
dependencies:
4-
build: [bzip2, freetype, numpy, png, pkg-config, zlib]
5-
run: [freetype, numpy, png, python-dateutil, pyparsing, six, cycler]
4+
build: [bzip2, freetype, numpy, png, pkg-config, zlib, functools32]
5+
run: [freetype, numpy, png, python-dateutil, pyparsing, six, cycler, functools32]
66

77
sources:
88
- key: tar.gz:udafzuu5xqfoooev23mq52e2redgzpd4

pkgs/vtk/vtk.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- tk
1111

1212
sources:
13-
- key: tar.gz:l47kaajajvhxcs7jokubbjrmb4rhp65z
14-
url: http://www.vtk.org/files/release/7.1/VTK-7.1.0.tar.gz
13+
- key: tar.gz:fvon2befiake3aqxcxdrrezfsfayxnep
14+
url: http://www.vtk.org/files/release/7.1/VTK-7.1.1.tar.gz
1515

1616
defaults:
1717
# lib/vtk-5.10/libvtkHybrid.so.5.10.1 contains hard-coded path
@@ -51,10 +51,14 @@ build_stages:
5151
- '-D BUILD_SHARED_LIBS:BOOL=ON'
5252
- '-D VTK_WRAP_PYTHON:BOOL=ON'
5353
- '-D VTK_WRAP_TCL:BOOL=OFF'
54-
- '-D VTK_USE_GL2PS:BOOL=ON'
55-
- '-D VTK_PYTHON_SETUP_ARGS:STRING="--prefix=. --root=${ARTIFACT} --single-version-externally-managed"'
5654
- '-D PYTHON_EXECUTABLE:FILEPATH="${PYTHON}"'
5755
- '-D VTK_USE_SYSTEM_TIFF:BOOL=ON'
56+
- '-D VTK_Group_Imaging:BOOL=ON'
57+
- '-D VTK_Group_MPI:BOOL=ON'
58+
- '-D VTK_Group_Rendering:BOOL=ON'
59+
- '-D VTK_Group_StandAlone:BOOL=ON'
60+
- '-D VTK_Group_Views:BOOL=ON'
61+
- '-D VTK_Group_Web:BOOL=ON'
5862

5963
- when: vtk_use_tk
6064
name: configure

0 commit comments

Comments
 (0)