Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '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:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '19'
libboost_devel:
- '1.86'
libboost_python_devel:
- '1.86'
libitk_devel:
Expand Down
Loading