Skip to content

Commit

Permalink
Removing redundant "buildable" and fixing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Feb 7, 2024
1 parent 3136159 commit a0072da
Showing 1 changed file with 9 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,75 +116,68 @@ packages:
- spec: [email protected]
prefix: /usr
rocprim:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
rocrand:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3/hiprand
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1/hiprand
buildable: false
rocsparse:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
rocthrust:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
hip:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
hsa-rocr-dev:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
llvm-amdgpu:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3/llvm
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1/llvm
buildable: false
rocblas:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
rocsolver:
buildable: false
externals:
- spec: [email protected]
prefix: /opt/rocm-5.4.3
buildable: false
- spec: [email protected]
prefix: /opt/rocm-5.5.1
buildable: false
cray-libsci:
externals:
- spec: [email protected]%cce
Expand Down

0 comments on commit a0072da

Please sign in to comment.