From 73fc922a86b83d082c47846e8ca6c27bda302438 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Fri, 6 Sep 2019 17:24:21 -0400 Subject: [PATCH] Rebuild for annobin update to correct aarch64 build (bug #1748529) --- openmpi.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index 5dd6687..46e01ae 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -6,12 +6,7 @@ # so uncomment and define to use #global opt_cflags %global opt_cxx g++ -%ifarch aarch64 -# TEMP: hack for aarch64 -%global opt_cxxflags -fPIC -%else #global opt_cxxflags -%endif %global opt_f77 gfortran #global opt_fflags %global opt_fc gfortran @@ -32,7 +27,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.0.2 -Release: 0.2.rc1%{?dist} +Release: 0.3.rc1%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -43,7 +38,7 @@ Source1: openmpi.module.in Source2: openmpi.pth.py2 Source3: openmpi.pth.py3 Source4: macros.openmpi -# Upstream PR 6946 to avoid linking private glibc symbol __mmap +# Upstream PR 6946 to avoid linking to __mmap Patch0: https://patch-diff.githubusercontent.com/raw/open-mpi/ompi/pull/6946.patch BuildRequires: autoconf @@ -354,6 +349,9 @@ make check %changelog +* Fri Sep 6 2019 Philip Kovacs - 4.0.2-0.3.rc1 +- Rebuild for annobin update to correct aarch64 build (bug #1748529) + * Fri Aug 30 2019 Philip Kovacs - 4.0.2-0.2.rc1 - Apply upstream PR 6946 to avoid linking to __mmap - Add build deps to run upstream autogen.pl