Package: libpmix-dev
Version: 4.0.0-4
Followup-For: Bug #989289

Hi,

This requires not only libevent, but also libhwloc and so on.
I created and attached a patch which revice this issue.

Best regards,
    Nobuhiro

-- System Information:
Debian Release: 11.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf, arm64, i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/16 CPU threads)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libpmix-dev depends on:
ii  libpmix2  4.0.0-4

libpmix-dev recommends no packages.

libpmix-dev suggests no packages.

-- no debconf information
>From 260ba5ba7dd4d8e82c397113abf4dbf3ff16958d Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwama...@debian.org>
Date: Sat, 24 Jul 2021 11:51:26 +0900
Subject: [PATCH] d/contorl: Add libevent-dev, libhwloc-dev and zlib1g-dev to
 libpmix-dev's Depends

The pmix's pkg-config requires libevent, hwloc and zlib but is not set
in Depends.
Added libevent-dev, libhwloc-dev and zlib1g-dev to libpmix-dev's Depends.

Signed-off-by: Nobuhiro Iwamatsu <iwama...@debian.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0edfe4b..4df7e20 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: libpmix-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpmix2 (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpmix2 (= ${binary:Version}), 
libevent-dev, libhwloc-dev, zlib1g-dev
 Description: Development files for the PMI Exascale library  
  This is the OpenMPI implementation of the Process Management Interface (PMI)
  Exascale API. PMIx aims to retain transparent compatibility with the existing
-- 
2.32.0

Reply via email to