diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-09 02:01:40 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-01-09 02:01:40 -0800 |
| commit | 30a6668e224dca086ce57ecc6f2fd3c4f4b9a5b0 (patch) | |
| tree | bf55224b475ab7fda3b0e5ca22251ee517d051c8 | |
| parent | 5d6d8511a8d5c8a196330cb46657d6346acb794e (diff) | |
| download | vcpkg-30a6668e224dca086ce57ecc6f2fd3c4f4b9a5b0.tar.gz vcpkg-30a6668e224dca086ce57ecc6f2fd3c4f4b9a5b0.zip | |
[vtk] Add dependency from mpi feature to hdf5[parallel]
| -rw-r--r-- | ports/vtk/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 0ccb59f83..8b9ae8f6b 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,5 +1,5 @@ Source: vtk -Version: 8.1.0 +Version: 8.1.0-1 Description: Software system for 3D computer graphics, image processing, and visualization Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora @@ -13,7 +13,7 @@ Build-Depends: qt5 Feature: mpi Description: MPI functionality for VTK -Build-Depends: msmpi +Build-Depends: msmpi, hdf5[parallel] Feature: python Description: Python functionality for VTK |
