From ac3853c74e68e1781ee91d4bd0bb7e6e53ef6855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Tue, 12 Oct 2021 02:01:04 +0800 Subject: [vtk] Add feature gdal and geojson, re-factory the feature select part (#20147) * [vtk] Add feature gdal and geojson, re-factory the feature select part * version stuff * Fix feature option MPI * Fix find and use gdal. * version * Handle some of the same parameters * version --- versions/baseline.json | 2 +- versions/v-/vtk.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 5a9ed2ecc..d1898e68f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6966,7 +6966,7 @@ }, "vtk": { "baseline": "9.0.3-pv5.9.1", - "port-version": 2 + "port-version": 3 }, "vtk-dicom": { "baseline": "0.8.12", diff --git a/versions/v-/vtk.json b/versions/v-/vtk.json index 6022f3fef..6ab4ccbbe 100644 --- a/versions/v-/vtk.json +++ b/versions/v-/vtk.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1b201a8e060b6c2688ccc2e96cae175f2d8af205", + "version-semver": "9.0.3-pv5.9.1", + "port-version": 3 + }, { "git-tree": "5e50a05b2ff0cc2f4df601ddb146c75a2f266a6a", "version-semver": "9.0.3-pv5.9.1", -- cgit v1.2.3