Skip to content

Commit

Permalink
Ensure the correct version is reported by the build process (#104)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
conda-forge-admin authored Dec 15, 2024
2 parents 924da6a + 87ee227 commit 2338e34
Show file tree
Hide file tree
Showing 59 changed files with 591 additions and 1,534 deletions.
180 changes: 60 additions & 120 deletions .azure-pipelines/azure-pipelines-linux.yml

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ace:
- 8.0.1
- 8.0.2
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -9,29 +9,31 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
- '12.6'
cudnn:
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
giflib:
- '5.2'
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libwebp:
- '1'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -43,8 +45,6 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ace:
- 8.0.1
- 8.0.2
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -9,29 +9,31 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
- '12.6'
cudnn:
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
giflib:
- '5.2'
libjpeg_turbo:
- '3'
libpng:
- '1.6'
libwebp:
- '1'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -43,8 +45,6 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Loading

0 comments on commit 2338e34

Please sign in to comment.