Skip to content

Commit

Permalink
Exclude libhsa and librocm_smi from rpm dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
estewart08 committed Jul 17, 2023
1 parent 95e439c commit 4b021ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/aomp_CENTOS_7.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vendor: AMD

%define debug_package %{nil}
%define __os_install_post %{nil}
%define __requires_exclude (^perl)|(^lib(amdhip|hip).*$)|(^libcuda\\.so\\..*$)
%define __requires_exclude (^perl)|(^lib(amdhip|hip).*$)|(^libcuda\\.so\\..*$)|(^libhsa.*)|(^librocm_smi.*)

%description
The AMD OpenMP Compiler (AOMP) is an experimental LLVM compiler
Expand Down
2 changes: 1 addition & 1 deletion bin/aomp_CENTOS_8.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vendor: AMD

%define debug_package %{nil}
%define __os_install_post %{nil}
%define __requires_exclude (^perl)|(^lib(amdhip|hip).*$)|(^libcuda\\.so\\..*$)
%define __requires_exclude (^perl)|(^lib(amdhip|hip).*$)|(^libcuda\\.so\\..*$)|(^libhsa.*)|(^librocm_smi.*)

%description
The AMD OpenMP Compiler (AOMP) is an experimental LLVM compiler
Expand Down
2 changes: 1 addition & 1 deletion bin/aomp_CENTOS_9.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vendor: AMD

%define debug_package %{nil}
%define __os_install_post %{nil}
%define __requires_exclude (^perl)|(^lib(amdhip|hip).*$)|(^libcuda\\.so\\..*$)
%define __requires_exclude (^perl)|(^lib(amdhip|hip).*$)|(^libcuda\\.so\\..*$)|(^libhsa.*)|(^librocm_smi.*)

%description
The AMD OpenMP Compiler (AOMP) is an experimental LLVM compiler
Expand Down
2 changes: 1 addition & 1 deletion bin/aomp_SLES15_SP4.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Group: System/Base
Vendor: AMD

%define __os_install_post %{nil}
%define __requires_exclude ^libcuda\\.so\\..*
%define __requires_exclude (^libcuda\\.so\\..*)|(^libhsa.*)|(^librocm_smi.*)

%description
The AMD OpenMP Compiler (AOMP) is an experimental LLVM compiler
Expand Down

0 comments on commit 4b021ca

Please sign in to comment.