From 6e9b7a9178ad32d1a783c81b047edb2d90489e4f Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Feb 23 2020 13:56:13 +0000 Subject: fix build with gcc10 --- diff --git a/gromacs.spec b/gromacs.spec index 7e39cc7..0df63c1 100644 --- a/gromacs.spec +++ b/gromacs.spec @@ -18,9 +18,10 @@ %ifarch ppc64p7 %global simd IBM_VMX %endif -%ifarch ppc64le -%global simd IBM_VSX -%endif +# https://bugzilla.redhat.com/show_bug.cgi?id=1799473#c4 +#ifarch ppc64le +#global simd IBM_VSX +#endif %ifarch armv7hnl %global simd ARM_NEON %endif @@ -30,7 +31,7 @@ Name: gromacs Version: 2019.5 -Release: 2%{?dist}.1 +Release: 3%{?dist} Summary: Fast, Free and Flexible Molecular Dynamics License: GPLv2+ URL: http://www.gromacs.org @@ -357,6 +358,9 @@ done %{_libdir}/mpich/bin/mdrun_mpich* %changelog +* Sat Feb 15 2020 Christoph Junghans - 2019.5-3 +- fix build with gcc10 + * Wed Jan 29 2020 Fedora Release Engineering - 2019.5-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild