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

Add headless options #396

Merged
merged 11 commits into from
Mar 17, 2024
194 changes: 170 additions & 24 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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

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

43 changes: 31 additions & 12 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
ffmpeg:
- '6'
freetype:
- '2'
glib:
- '2'
harfbuzz:
- '8'
hdf5:
- 1.14.3
jasper:
- '4'
libcblas:
- 3.9 *netlib
libiconv:
- '1'
libjpeg_turbo:
- '3'
liblapack:
- 3.9 *netlib
liblapacke:
- 3.9 *netlib
libopenvino_dev:
- 2023.3.0
libpng:
- '1.6'
libprotobuf:
- 4.24.4
libtiff:
- '4.6'
libwebp:
- '1'
numpy:
- '1.22'
openexr:
- '3.2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
qt:
- '5.15'
qt6_main:
- '6.6'
qt_main:
- '5.15'
qt_version:
- '5'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
zlib:
- '1.2'
Loading