Skip to content

Commit 6dd85b3

Browse files
authored
Merge pull request #252 from conda-forge-admin/conda_forge_admin_251
Rebuilt pytorch for MKL + numpy detection
2 parents 4314852 + 648e1a6 commit 6dd85b3

21 files changed

Lines changed: 91 additions & 78 deletions

.ci_support/linux_64_blas_implgenericc_compiler_version12cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version12.yaml renamed to .ci_support/linux_64_blas_implgenericc_compiler_version13cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ blas_impl:
33
c_compiler:
44
- gcc
55
c_compiler_version:
6-
- '12'
6+
- '13'
77
c_stdlib:
88
- sysroot
99
c_stdlib_version:
@@ -23,7 +23,7 @@ cudnn:
2323
cxx_compiler:
2424
- gxx
2525
cxx_compiler_version:
26-
- '12'
26+
- '13'
2727
docker_image:
2828
- quay.io/condaforge/linux-anvil-cos7-x86_64
2929
github_actions_labels:

.ci_support/linux_64_blas_implmklc_compiler_version12cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version12.yaml renamed to .ci_support/linux_64_blas_implmklc_compiler_version13cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ blas_impl:
33
c_compiler:
44
- gcc
55
c_compiler_version:
6-
- '12'
6+
- '13'
77
c_stdlib:
88
- sysroot
99
c_stdlib_version:
@@ -23,7 +23,7 @@ cudnn:
2323
cxx_compiler:
2424
- gxx
2525
cxx_compiler_version:
26-
- '12'
26+
- '13'
2727
docker_image:
2828
- quay.io/condaforge/linux-anvil-cos7-x86_64
2929
github_actions_labels:

.ci_support/linux_aarch64_c_compiler_version12cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version12.yaml renamed to .ci_support/linux_aarch64_c_compiler_version13cuda_compilerNonecuda_compiler_versionNonecxx_compiler_version13.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ blas_impl:
55
c_compiler:
66
- gcc
77
c_compiler_version:
8-
- '12'
8+
- '13'
99
c_stdlib:
1010
- sysroot
1111
c_stdlib_version:
@@ -27,7 +27,7 @@ cudnn:
2727
cxx_compiler:
2828
- gxx
2929
cxx_compiler_version:
30-
- '12'
30+
- '13'
3131
docker_image:
3232
- quay.io/condaforge/linux-anvil-cos7-x86_64
3333
github_actions_labels:

.ci_support/osx_64_blas_implgenericnumpy1.22python3.8.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

.ci_support/osx_64_blas_implgenericnumpy2.0python3.10.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

.ci_support/osx_64_blas_implgenericnumpy2.0python3.11.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

.ci_support/osx_64_blas_implgenericnumpy2.0python3.12.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

.ci_support/osx_64_blas_implgenericnumpy2.0python3.9.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

.ci_support/osx_64_blas_implmklnumpy1.22python3.8.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

.ci_support/osx_64_blas_implmklnumpy2.0python3.10.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ blas_impl:
77
c_compiler:
88
- clang
99
c_compiler_version:
10-
- '16'
10+
- '17'
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
@@ -23,7 +23,7 @@ cuda_compiler_version:
2323
cxx_compiler:
2424
- clangxx
2525
cxx_compiler_version:
26-
- '16'
26+
- '17'
2727
libabseil:
2828
- '20240116'
2929
libcblas:
@@ -33,7 +33,7 @@ liblapack:
3333
libprotobuf:
3434
- 4.25.3
3535
llvm_openmp:
36-
- '16'
36+
- '17'
3737
macos_machine:
3838
- x86_64-apple-darwin13.4.0
3939
megabuild:

0 commit comments

Comments
 (0)