summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-10-29 22:53:21 +0100
committerGordian Edenhofer2017-10-29 22:58:53 +0100
commitafd585ea7badf74b9aefa35f34678c5f173cc9a8 (patch)
treef98c5710812cdf2b6464ab8a725b7d2431ebde09
parenta4358792bcef7507f0d9d9d06f6c7286df914e41 (diff)
downloadaur-afd585ea7badf74b9aefa35f34678c5f173cc9a8.tar.gz
slurm-llnl: Add armv7h to 'arch' array
Upon the request of a user and some preliminary testing amend the 'arch' array to include 'armv7h' as a working architecture. slurm-llnl-dev slurm-llnl-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af33a75c5fd..674973cfaf97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = slurm-llnl-dev
install = slurm-llnl-dev.install
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = python
makedepends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 0252ebc8e648..a34ab5a845bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=17.11.0.0rc1
# this will substitute any full stops (.) with hyphens
pkgrel=1
pkgdesc="Simple Linux Utility for Resource Management (development version)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://www.schedmd.com"
license=('GPL')
depends=('munge')