From 9d58e49a58032a09c91cf0be61b1666851ffbfed Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Thu, 6 Feb 2025 10:25:58 +0800 Subject: [PATCH] Fix force in-source build Signed-off-by: cherry530 <707078654@qq.com> --- gromacs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gromacs.spec b/gromacs.spec index 037a687..a78deb2 100644 --- a/gromacs.spec +++ b/gromacs.spec @@ -6,9 +6,12 @@ %ifarch aarch64 %global simd ARM_NEON_ASIMD %endif + +%global __cmake_in_source_build 1 + Name: gromacs Version: 2019.3 -Release: 5 +Release: 6 Summary: Fast, Free and Flexible Molecular Dynamics License: GPLv2+ and ASL-2.0 and BSL-1.0 and MIT and LGPL-2.1 URL: http://www.gromacs.org @@ -291,6 +294,9 @@ done %config(noreplace) /etc/ld.so.conf.d/%{name}-mpich-%{_arch}.conf %changelog +* Thu Feb 06 2025 xu_ping <707078654@qq.com> - 2019.3-6 +- Fix force in-source build + * Tue Jun 18 2024 Ge Wang - 2019.3-5 - Skip timeout check for EulerMaker -- Gitee