Skip to content

Instantly share code, notes, and snippets.

@tigarmo
Created February 21, 2019 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigarmo/e2ca75e083bbe46945804723e2a63f9b to your computer and use it in GitHub Desktop.
Save tigarmo/e2ca75e083bbe46945804723e2a63f9b to your computer and use it in GitHub Desktop.
# This file created by conda-build 2.1.17
# meta.yaml template originally from:
# C:\projects\vtk-feedstock\recipe, last modified Tue Oct 17 23:17:50 2017
# ------------------------------------------------
package:
name: vtk
version: 7.1.1
source:
fn: VTK-7.1.1.tar.gz
sha256: 2d5cdd048540144d821715c718932591418bb48f5b6bb19becdae62339efa75a
url: http://www.vtk.org/files/release/7.1/VTK-7.1.1.tar.gz
build:
number: 9999
features:
- vc14
requirements:
build:
- cmake
- expat 2.2.1 vc14_0
- freetype 2.7 vc14_1
- jpeg 9b vc14_1
- libiconv 1.14 vc14_4
- libpng 1.6.28 vc14_1
- libtiff 4.0.7 vc14_0
- libxml2 2.9.5 vc14_0
- ninja 1.8.2 0
- python 3.6.3 0
- tbb 2018_20170919 vc14_0
- vc 14 0
- vs2008_runtime
- vs2015_runtime
- vs2015_win-64
- zlib 1.2.8 vc14_3
run:
- python
- future
- zlib 1.2.*
- freetype 2.7.*
- libxml2 2.9.*
- libpng >=1.6.23,<1.7
- jpeg 9*
- libtiff 4.0.*
- expat
- tbb
test:
imports:
- vtk
- vtk.vtkChartsCore
- vtk.vtkCommonCore
- vtk.vtkFiltersCore
- vtk.vtkFiltersGeneric
- vtk.vtkGeovisCore
- vtk.vtkFiltersHybrid
- vtk.vtkIOCore
- vtk.vtkImagingCore
- vtk.vtkInfovisCore
- vtk.vtkRenderingCore
- vtk.vtkViewsCore
- vtk.vtkRenderingVolume
- vtk.vtkInteractionWidgets
about:
home: http://www.vtk.org/
license: BSD 3-Clause
summary: 'The Visualization Toolkit (VTK) is an open-source, freely available
software system for 3D computer graphics, modeling, image processing, volume
rendering, scientific visualization, and information visualization.
'
extra:
final: true
recipe-maintainers:
- Korijn
- ivoflipse
- Maxyme
- ccordoba12
- grlee77
- msarahan
- patricksnape
- dfroger
- tadeu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment