Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt5 #136

Open
wants to merge 4 commits into
base: qt5
Choose a base branch
from
Open

qt5 #136

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
21 changes: 7 additions & 14 deletions .azure-pipelines/azure-pipelines-linux.yml

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

9 changes: 2 additions & 7 deletions .azure-pipelines/azure-pipelines-osx.yml

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

22 changes: 2 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.

18 changes: 10 additions & 8 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
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'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
freetype:
- '2'
hdf5:
Expand All @@ -19,22 +23,20 @@ libboost_devel:
occt:
- 7.7.2
pcl:
- 1.13.1
- 1.14.0
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
qt_main:
- '5.15'
- 5.15.13
target_platform:
- linux-64
vtk:
- 9.2.6
xerces_c:
- '3.2'
zlib:
- '1.2'
- '1'
18 changes: 10 additions & 8 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
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'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
freetype:
- '2'
hdf5:
Expand All @@ -19,22 +23,20 @@ libboost_devel:
occt:
- 7.7.2
pcl:
- 1.13.1
- 1.14.0
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
qt_main:
- '5.15'
- 5.15.13
target_platform:
- linux-64
vtk:
- 9.2.6
xerces_c:
- '3.2'
zlib:
- '1.2'
- '1'
40 changes: 0 additions & 40 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

18 changes: 10 additions & 8 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
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'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
freetype:
- '2'
hdf5:
Expand All @@ -19,22 +23,20 @@ libboost_devel:
occt:
- 7.7.2
pcl:
- 1.13.1
- 1.14.0
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
qt_main:
- '5.15'
- 5.15.13
target_platform:
- linux-64
vtk:
- 9.2.6
xerces_c:
- '3.2'
zlib:
- '1.2'
- '1'
18 changes: 10 additions & 8 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
freetype:
- '2'
hdf5:
Expand All @@ -23,22 +27,20 @@ libboost_devel:
occt:
- 7.7.2
pcl:
- 1.13.1
- 1.14.0
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
qt_main:
- '5.15'
- 5.15.13
target_platform:
- linux-aarch64
vtk:
- 9.2.6
xerces_c:
- '3.2'
zlib:
- '1.2'
- '1'
Loading
Loading