summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2023-03-06 18:10:05 +0000
committerJoan Bruguera2023-03-06 18:10:05 +0000
commit3b63bb8569b11ebf2ba5fbfba8709c4bfab4f351 (patch)
tree607afe398d815fb0da401072e03dfd1385c253fb
parent32fbed4c42e3ba8f0d28afae4b80c1ac4dca5076 (diff)
downloadaur-3b63bb8569b11ebf2ba5fbfba8709c4bfab4f351.tar.gz
Remove i686 arch (due to being untested)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f355fc5e5e4..300b637429ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = extrae
pkgver = 4.0.3.20230306
pkgrel = 1
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
- arch = i686
arch = x86_64
license = LGPL2.1
depends = openmpi
diff --git a/PKGBUILD b/PKGBUILD
index 406ba3a7fbc3..12ca9318ddcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='extrae'
pkgdesc='Instrumentation framework to generate execution traces of the most used parallel runtimes (from BSC).'
pkgver='4.0.3.20230306'
pkgrel='1'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
depends=(openmpi libunwind papi libxml2 zlib python)