From 93c04729f2adf9c1ef8a8aea2563d5383097cae4 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 7 Apr 2023 11:48:12 +0200 Subject: [PATCH] hwloc: never build cairo backend, avoids footprint mismatches --- hwloc/.signature | 4 ++-- hwloc/Pkgfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hwloc/.signature b/hwloc/.signature index 15590e884..a6a8ad485 100644 --- a/hwloc/.signature +++ b/hwloc/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+TVevbqOaocv9Xgz1smX433ZYbpPREVQvupfSBO1vBjwAGarTe0o63Kc6/Ua2JiTE7KkSxyWZXp9f15K54w1go= -SHA256 (Pkgfile) = 65e85efa82e7944885b6aed6c03414de0d2f0a110c9efef8dc1806cb2adf3faa +RWSagIOpLGJF3yKjxR3WDq1uuoQhx4qWj49O2nOgqhnafmMWn3X2kq92Qwk3Cd/Pbfneu2hC0331NywKcpoHiyKovtO22cgvOwM= +SHA256 (Pkgfile) = 7a63dd239e3c92f1e6fcf445aca037c1bdf5202a123098b7fdea27be962298b2 SHA256 (.footprint) = 8dbc31c5a6a56a91fe83926bc934c75561c6c6a9bc7d7396da7577bdaf370319 SHA256 (hwloc-2.9.1.tar.bz2) = 7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e diff --git a/hwloc/Pkgfile b/hwloc/Pkgfile index 95ae7a1bd..2c76c1aeb 100644 --- a/hwloc/Pkgfile +++ b/hwloc/Pkgfile @@ -15,7 +15,8 @@ build() { --prefix=/usr \ --sbindir=/usr/bin \ --sysconfdir=/etc \ - --enable-plugins + --enable-plugins \ + --disable-cairo make make DESTDIR=$PKG install }