Source: openmpi
Version: 4.1.6-1
Severity: important
Tags: patch

Hello,

hurd-amd64 has the same constraints as hurd-i386, could you apply the
attached patch?

Thanks,
Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 
'oldoldstable-proposed-updates'), (500, 'oldoldstable'), (500, 
'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/control.original     2023-11-04 22:36:48.000000000 +0000
+++ debian/control      2023-11-05 14:57:00.000000000 +0000
@@ -13,12 +13,12 @@
  gfortran,
  libhwloc-dev,
  pkg-config,
- libibverbs-dev (>= 1.1.7) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
- libfabric-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4 !powerpc !x32],
- libnuma-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libibverbs-dev (>= 1.1.7) [!kfreebsd-any !hurd-any],
+ libfabric-dev [!kfreebsd-any !hurd-any !sh4 !powerpc !x32],
+ libnuma-dev [!kfreebsd-any !hurd-any],
  libpsm-infinipath1-dev [amd64 i386],
  libpsm2-dev [amd64],
- default-jdk [!hppa !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !alpha !ppc64 
!sparc64] <!nojava>,
+ default-jdk [!hppa !hurd-any !kfreebsd-any !alpha !ppc64 !sparc64] <!nojava>,
  flex
 Build-Conflicts: libmpich-dev, libopenmpi-dev
 Standards-Version: 4.6.2
@@ -69,7 +69,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, 
  libopenmpi3 (= ${binary:Version}), 
  openmpi-common (>= ${source:Version}), 
- libibverbs-dev (>= 1.1.7) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], 
libhwloc-dev,
+ libibverbs-dev (>= 1.1.7) [!kfreebsd-any !hurd-any], libhwloc-dev,
  libevent-dev, 
  libpmix-dev,
  libjs-jquery,
--- debian/rules.original       2023-11-05 01:21:44.000000000 +0000
+++ debian/rules        2023-11-05 01:22:04.000000000 +0000
@@ -14,15 +14,15 @@
 
 ### Arch-specific stuff
 # No ibverbs support available on kFreeBSD, Hurd
-NO_VERBS_ARCH:= hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x 
-NO_FABRIC_ARCH:= hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x sh4 powerpc x32
+NO_VERBS_ARCH:= hurd-amd64 hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x 
+NO_FABRIC_ARCH:= hurd-amd64 hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x sh4 
powerpc x32
 PSM_ARCH:= amd64 i386
 PSM2_ARCH:= amd64
 UCX_ARCH:= amd64 ppc64el arm64
 ATOMICS_ARCH:= s390x riscv64
 NO_CMA_ARCH:= s390x mipsel hppa alpha armhf armel m68k sparc64
-NO_JAVA_ARCH:= hppa hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64 alpha sparc64
-NO_TEST_ARCH:= hppa hurd-i386
+NO_JAVA_ARCH:= hppa hurd-amd64 hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64 
alpha sparc64
+NO_TEST_ARCH:= hppa hurd-amd64 hurd-i386
 
 
 UCX:=     $(if $(filter $(DEB_TARGET_ARCH), $(UCX_ARCH)),  --with-ucx,  )

Reply via email to