From fe46b6f9006fa23c8e67509b1dfc5d9e50c5e60b Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Sat, 31 Aug 2019 16:02:55 -0400 Subject: [PATCH] update comments Signed-off-by: Philip Kovacs --- openmpi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index 9a01566..5dd6687 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -7,7 +7,7 @@ #global opt_cflags %global opt_cxx g++ %ifarch aarch64 -# TEMP: hack for F32 aarch64 until they fix gcc PIC flags +# TEMP: hack for aarch64 %global opt_cxxflags -fPIC %else #global opt_cxxflags @@ -355,7 +355,7 @@ make check %changelog * Fri Aug 30 2019 Philip Kovacs - 4.0.2-0.2.rc1 -- Apply upstream PR 6946 to avoid linking private glibc symbol __mmap +- Apply upstream PR 6946 to avoid linking to __mmap - Add build deps to run upstream autogen.pl - Remove embedded tabs in the spec