Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
146f1c9
Add vtk to build visualization
Tobias-Fischer Apr 1, 2021
45023af
Update meta.yaml
Tobias-Fischer Apr 1, 2021
10cd8e3
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
Apr 1, 2021
fd68af6
Add GL related stuff
Tobias-Fischer Apr 1, 2021
d6fcd27
Create fix-visualization.patch
Tobias-Fischer Apr 1, 2021
5d933f2
Add fix-visualization.patch to meta.yaml
Tobias-Fischer Apr 1, 2021
5fe706a
Update fix-visualization.patch
Tobias-Fischer Apr 1, 2021
149b231
Stick to VTK 8 for now
Tobias-Fischer Apr 1, 2021
e05601d
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
Apr 1, 2021
6bc7bc5
Update meta.yaml
Tobias-Fischer Apr 1, 2021
e6b9981
Update fix-visualization.patch
Tobias-Fischer Apr 1, 2021
1ed0f5f
Update meta.yaml
Tobias-Fischer Apr 1, 2021
698f2b6
Update fix-visualization.patch
Tobias-Fischer Apr 1, 2021
6110458
Update fix-visualization.patch
Tobias-Fischer Apr 1, 2021
df70459
Update fix-visualization.patch
Tobias-Fischer Apr 1, 2021
f96a0da
Some debugging
Tobias-Fischer Apr 1, 2021
3ee56b9
Update build.sh
Tobias-Fischer Apr 1, 2021
3329458
Add qt
Tobias-Fischer Apr 1, 2021
9e8fbcc
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
Apr 1, 2021
5e76e86
Trigger
Tobias-Fischer Apr 2, 2021
120c54c
Do not depend on QT
Tobias-Fischer Apr 11, 2021
5616eac
Bump osx deployment target
Tobias-Fischer Apr 11, 2021
dad83e8
Create conda_build_config.yaml
Tobias-Fischer Apr 11, 2021
6a1fef1
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.0, and co…
Apr 12, 2021
592602a
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.1, and co…
Apr 30, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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