From 1b65ba7aa6c1e5e6d809bcff1c5c0e55e1c179d8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 17 Jan 2020 12:06:14 -0700 Subject: [PATCH] - Redefine _configure and use standard %configure macro --- libcircle.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libcircle.spec b/libcircle.spec index 98c5202..80c4ef3 100644 --- a/libcircle.spec +++ b/libcircle.spec @@ -1,6 +1,6 @@ Name: libcircle Version: 0.2.1 -Release: 0.8rc1%{?dist} +Release: 0.9rc1%{?dist} %global myversion 0.2.1-rc.1 Source: https://github.com/hpc/libcircle/releases/download/%{myversion}/%{name}-%{myversion}.tar.gz @@ -73,18 +73,19 @@ MPICH ibcircle %build mkdir openmpi mpich -%global dconfigure %(printf %%s '%configure' | sed 's!\./configure!../configure!g') +%global _configure ../configure + pushd openmpi %{_openmpi_load} -%dconfigure --enable-doxygen --enable-tests --disable-static --libdir="${MPI_LIB}" --includedir="${MPI_INCLUDE}" +%configure --enable-doxygen --enable-tests --disable-static --libdir="${MPI_LIB}" --includedir="${MPI_INCLUDE}" %make_build %{_openmpi_unload} popd pushd mpich %{_mpich_load} -%dconfigure --enable-tests --disable-static --libdir="${MPI_LIB}" --includedir="${MPI_INCLUDE}" +%configure --enable-tests --disable-static --libdir="${MPI_LIB}" --includedir="${MPI_INCLUDE}" %make_build %{_mpich_unload} popd @@ -133,6 +134,9 @@ make -C mpich check %{_docdir}/%{name} %changelog +* Fri Jan 25 2020 Jeff Law - 0.2.1-0.9rc1 +- Redefine _configure and use standard %configure macro + * Thu Jul 25 2019 Fedora Release Engineering - 0.2.1-0.8rc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild