Skip to content

Commit

Permalink
Merge pull request #43 from adibbley/cuda-12.5.0
Browse files Browse the repository at this point in the history
Update for CUDA12.5.0
  • Loading branch information
adibbley authored May 22, 2024
2 parents 138ac41 + b8440b1 commit d85eed4
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 135 deletions.
8 changes: 0 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 0 additions & 6 deletions .ci_support/linux_64_cross_target_platformlinux-64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -25,5 +21,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
6 changes: 0 additions & 6 deletions .ci_support/linux_64_cross_target_platformlinux-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -25,5 +21,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
29 changes: 0 additions & 29 deletions .ci_support/linux_64_cross_target_platformlinux-ppc64le.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -29,5 +25,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
29 changes: 0 additions & 29 deletions .ci_support/linux_ppc64le_cross_target_platformlinux-ppc64le.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_compiler:
- vs2019
c_stdlib:
- vs
c_stdlib_version:
- '2019'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

51 changes: 11 additions & 40 deletions README.md

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

1 change: 0 additions & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ arm_variant_type: # [aarch64]
- sbsa # [aarch64]
cross_target_platform:
- linux-64 # [linux]
- linux-ppc64le # [linux]
- linux-aarch64 # [linux]
- win-64 # [win]
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-nvcc-split" %}
{% set version = "12.4.131" %}
{% set cuda_version = "12.4" %}
{% set version = "12.5.40" %}
{% set cuda_version = "12.5" %}
{% set exists = "which" %} # [not win]
{% set exists = "where" %} # [win]

Expand All @@ -14,8 +14,8 @@ source:
sha256: e2c71babfd18a8e69542dd7e9ca018f9caa438094001a58e6bc4d8c999bf0d07

build:
number: 1
skip: true # [osx]
number: 0
skip: true # [osx or ppc64le]
skip: true # [target_platform != "linux-64" and target_platform != cross_target_platform]

outputs:
Expand Down

0 comments on commit d85eed4

Please sign in to comment.