Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpiP for openSUSE:Factory checked in at 2025-11-09 21:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpiP (Old) and /work/SRC/openSUSE:Factory/.mpiP.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpiP" Sun Nov 9 21:09:51 2025 rev:22 rq:1316643 version:3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/mpiP/mpiP.changes 2025-05-26 18:40:08.851042051 +0200 +++ /work/SRC/openSUSE:Factory/.mpiP.new.1980/mpiP.changes 2025-11-09 21:12:27.454576955 +0100 @@ -1,0 +2,5 @@ +Mon Nov 3 16:41:06 UTC 2025 - Nicolas Morey <[email protected]> + +- Add configure-fix-fPIC-on-aarch64.patch to fix -fPIC on aarch64 + +------------------------------------------------------------------- New: ---- README.md _scmsync.obsinfo build.specials.obscpio configure-fix-fPIC-on-aarch64.patch ----------(New B)---------- New: - Add configure-fix-fPIC-on-aarch64.patch to fix -fPIC on aarch64 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpiP.spec ++++++ --- /var/tmp/diff_new_pack.1w2A2R/_old 2025-11-09 21:12:28.042601546 +0100 +++ /var/tmp/diff_new_pack.1w2A2R/_new 2025-11-09 21:12:28.046601714 +0100 @@ -62,13 +62,14 @@ ExcludeArch: i586 %arm s390 URL: https://github.com/LLNL/mpiP Source0: https://github.com/LLNL/mpiP/releases/download/%{version}/mpip-%{version}.tgz#/%{pname}-%{version}.tgz +Source100: README.md Patch1: mpip.unwinder.patch Patch2: Add-return-value-to-non-void-function.patch Patch3: pc_lookup-replace-PTR-with-void.patch Patch4: configure-fix-compilation-error-for-GCC-14.patch Patch5: arch-add-generic-arch-using-GCC-builtins.patch Patch6: reproducible.patch - +Patch7: configure-fix-fPIC-on-aarch64.patch BuildRequires: %{flavor}-devel BuildRequires: binutils-devel BuildRequires: dejagnu ++++++ README.md ++++++ ## Build Results Current state of mpiP in openSUSE:Factory is  The current state of mpiP in the devel project build (science:HPC)  ++++++ _scmsync.obsinfo ++++++ mtime: 1762188157 commit: 877fe235fa5354cd393950a1c5b3d18d2d1eec266fd7cf24d99227a60d6fb330 url: https://src.opensuse.org/HPC/mpiP.git revision: 877fe235fa5354cd393950a1c5b3d18d2d1eec266fd7cf24d99227a60d6fb330 projectscmsync: https://src.opensuse.org/HPC/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-11-03 17:57:43.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ configure-fix-fPIC-on-aarch64.patch ++++++ commit 9df174bdffe6cce86961116d6c0842064cb6bef0 Author: Nicolas Morey <[email protected]> Date: Mon Nov 3 17:41:33 2025 +0100 configure: fix fPIC on aarch64 Signed-off-by: Nicolas Morey <[email protected]> diff --git configure configure index 25352125f048..87654cb08d03 100755 --- configure +++ configure @@ -5049,7 +5049,7 @@ _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking PIC flags" >&5 $as_echo_n "checking PIC flags... " >&6; } if `$CC -fpic 2>&1 | grep 'warning' >/dev/null 2>&1` ; then - PIC_FLAGS="-DPIC" + PIC_FLAGS="-fPIC -DPIC" else PIC_FLAGS="-fpic -DPIC" fi diff --git configure.ac configure.ac index ed6cdbb3c18e..717520e2e224 100644 --- configure.ac +++ configure.ac @@ -422,7 +422,7 @@ AC_CHECK_SIZEOF(void*) AC_MSG_CHECKING(PIC flags) if `$CC -fpic 2>&1 | grep 'warning' >/dev/null 2>&1` ; then - PIC_FLAGS="-DPIC" + PIC_FLAGS="-fPIC -DPIC" else PIC_FLAGS="-fpic -DPIC" fi
