Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 11 additions & 7 deletions .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 8 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

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

29 changes: 9 additions & 20 deletions .azure-pipelines/azure-pipelines-win.yml

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

20 changes: 14 additions & 6 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.82'
- '1.86'
Comment on lines +21 to 24
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What the hell? How are these pins being ignored?!

    libboost:                  1.88.0-hb0986bb_0                conda-forge
    libboost-devel:            1.88.0-h91493d7_0                conda-forge
    libboost-headers:          1.88.0-h57928b3_0                conda-forge

leading to

CMake Error at D:/bld/vmtk_1753426360356/_build_env/Library/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find Boost: Found unsuitable version "1.88.0", but required is
  exact version "1.86.0" (found
  D:/bld/vmtk_1753426360356/_h_env/Library/include, )

libitk_devel:
- '5.4'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -27,7 +35,7 @@ target_platform:
tbb_devel:
- '2021'
vtk:
- 9.2.6
- 9.4.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
20 changes: 14 additions & 6 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.82'
- '1.86'
libitk_devel:
- '5.4'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -27,7 +35,7 @@ target_platform:
tbb_devel:
- '2021'
vtk:
- 9.2.6
- 9.4.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.82'
- '1.86'
libitk_devel:
- '5.4'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.12.* *_cpython
target_platform:
- linux-64
tbb_devel:
- '2021'
vtk:
- 9.2.6
- 9.4.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
20 changes: 14 additions & 6 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.82'
- '1.86'
libitk_devel:
- '5.4'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -27,7 +35,7 @@ target_platform:
tbb_devel:
- '2021'
vtk:
- 9.2.6
- 9.4.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
21 changes: 0 additions & 21 deletions .ci_support/migrations/boost_cpp_to_libboost.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .ci_support/migrations/vtk942.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for vtk 9.4.2"
migration_number: 1
migrator_ts: 1747924242.4736397
vtk_base:
- 9.4.2
vtk:
- 9.4.2
20 changes: 15 additions & 5 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '19'
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.82'
- '1.86'
libitk_devel:
- '5.4'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand All @@ -27,7 +37,7 @@ target_platform:
tbb_devel:
- '2021'
vtk:
- 9.2.6
- 9.4.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Loading
Loading