Skip to content

Commit

Permalink
Rebuild for fmt10 (#58)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 16, 2023
2 parents d751a80 + d20f353 commit 7892bc9
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.2
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.8
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-aarch64
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.2
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.8
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fmt:
- '9'
- '10'
spdlog:
- '1.11'
- '1.12'
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/fmt10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
fmt:
- '10'
spdlog:
- '1.12'
migrator_ts: 1683802784.4940007
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
folder: rmm

build:
number: 0
number: 1
skip: true # [(not linux) or (cuda_compiler_version == "None")]
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand Down

0 comments on commit 7892bc9

Please sign in to comment.