Skip to content

Commit

Permalink
Merge pull request #235 from carterbox/fix-run-exports
Browse files Browse the repository at this point in the history
BUG: Fix run exports for libtorch and remove magma pinnings
  • Loading branch information
hmaarrfk authored May 8, 2024
2 parents 9e99e03 + ef00600 commit f9fd731
Show file tree
Hide file tree
Showing 31 changed files with 136 additions and 300 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down

This file was deleted.

Loading

0 comments on commit f9fd731

Please sign in to comment.