From 18dda6594444c7a871dffc0b6430fb682c4839a9 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Feb 09 2018 22:23:42 +0000 Subject: Build for aarch64 --- diff --git a/hsakmt.spec b/hsakmt.spec index 87764c2..48afcd1 100644 --- a/hsakmt.spec +++ b/hsakmt.spec @@ -3,7 +3,7 @@ Name: hsakmt Version: 1.0.6 -Release: 2.20171026git%{shortcommit}%{?dist} +Release: 3.20171026git%{shortcommit}%{?dist} Summary: AMD's HSA thunk library License: MIT @@ -13,7 +13,7 @@ Patch0: 0001-Fix-install-targets.patch Patch1: 0001-CMakeLists-Set-the-correct-default-version.patch Patch2: 0001-Fix-build-with-gcc-8.patch -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 aarch64 BuildRequires: cmake BuildRequires: pciutils-devel @@ -59,6 +59,9 @@ cd build %{_includedir}/libhsakmt/linux/kfd_ioctl.h %changelog +* Fri Feb 09 2018 Tom Stellard - 1.0.6-3.20171026git172d101 +- Build for aarch64 + * Mon Feb 05 2018 Tom Stellard - 1.0.6-2.20171026git172d101 - Fix build with gcc 8