Skip to content

Commit

Permalink
Merge pull request #31 from Tobias-Fischer/add-vtk
Browse files Browse the repository at this point in the history
Add vtk to build visualization
  • Loading branch information
hobu authored May 14, 2021
2 parents 835013c + 592602a commit 1873f25
Show file tree
Hide file tree
Showing 16 changed files with 3,871 additions and 49 deletions.
8 changes: 8 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@ docker_image:
- quay.io/condaforge/linux-anvil-comp7
flann:
- 1.9.1
glew:
- '2.1'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
vtk:
max_pin: x.x.x
target_platform:
- linux-64
vtk:
- 9.0.1
zip_keys:
- - cdt_name
- docker_image
8 changes: 8 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ docker_image:
- quay.io/condaforge/linux-anvil-comp7
flann:
- 1.9.1
glew:
- '2.1'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
vtk:
max_pin: x.x.x
target_platform:
- linux-aarch64
vtk:
- 9.0.1
8 changes: 8 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ docker_image:
- quay.io/condaforge/linux-anvil-comp7
flann:
- 1.9.1
glew:
- '2.1'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
vtk:
max_pin: x.x.x
target_platform:
- linux-ppc64le
vtk:
- 9.0.1
12 changes: 11 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.12'
MACOSX_SDK_VERSION:
- '10.12'
boost_cpp:
- 1.74.0
channel_sources:
Expand All @@ -12,12 +14,20 @@ cxx_compiler_version:
- '11'
flann:
- 1.9.1
glew:
- '2.1'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
vtk:
max_pin: x.x.x
target_platform:
- osx-64
vtk:
- 9.0.1
8 changes: 8 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ cxx_compiler:
- vs2017
flann:
- 1.9.1
glew:
- '2.1'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
vtk:
max_pin: x.x.x
target_platform:
- win-64
vtk:
- 9.0.1
29 changes: 25 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 15 additions & 4 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 39 additions & 27 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1873f25

Please sign in to comment.