From e7cd7164daef5d0ec186e4580df706bdcababe09 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 13 Feb 2018 20:11:03 +0000 Subject: [PATCH] Build for aarch64 --- rocm-runtime.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rocm-runtime.spec b/rocm-runtime.spec index 1b80f1b..4695932 100644 --- a/rocm-runtime.spec +++ b/rocm-runtime.spec @@ -1,6 +1,6 @@ Name: rocm-runtime Version: 1.6.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: ROCm Runtime Library License: NCSA @@ -10,7 +10,7 @@ Patch0: 0001-Fix-Werror-format-overflow-warning.patch Patch1: 0001-Prefer-using-memfd_create-for-the-ring-buffer.patch Patch2: 0001-Fix-build-with-gcc-8.patch -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 aarch64 BuildRequires: cmake BuildRequires: elfutils-libelf-devel @@ -69,6 +69,9 @@ mv %{buildroot}{/usr/hsa/include/hsa,%{_includedir}} %{_libdir}/libhsa-runtime64.so %changelog +* Tue Feb 13 2018 Tom Stellard - 1.6.1-7 +- Build for aarch64 + * Wed Feb 07 2018 Tom Stellard - 1.6.1-6 - Add ExclusiveArch: x86_64