From 10edccb9121c25828ac241b960a5083a5932c25d Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Wed, 24 Oct 2018 13:46:57 -0400 Subject: [PATCH] Specify requirement of NUMA libs for Thunk Add the numa libs to the thunk specs for DEB/RPM, so we can remove the manual installation requirement Change-Id: I5aadcf581b64e9a20aee9c1e1204af4715d1e990 --- DEBIAN/control | 2 +- RPM/libhsakmt.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DEBIAN/control b/DEBIAN/control index 779d712fac..fd01eac6bd 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,7 +1,7 @@ Package: hsakmt-rocm-dev Architecture: $arch Maintainer: Advanced Micro Devices Inc. -Depends:libpci3 +Depends:libpci3, libnuma1 Priority: optional Version: $version Description: Thunk library for AMD KFD diff --git a/RPM/libhsakmt.spec b/RPM/libhsakmt.spec index 9e32e53426..631d65ba40 100644 --- a/RPM/libhsakmt.spec +++ b/RPM/libhsakmt.spec @@ -9,6 +9,8 @@ Summary: Thunk libraries for AMD KFD Group: System Environment/Libraries License: Advanced Micro Devices Inc. +Requires: numactl-libs + %description This package includes the libhsakmt (Thunk) libraries