From 82b0d7e216ae3e7d050a787f9f4dc9079f63731229740d43de1f1d05cdf45b67 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Thu, 6 Jul 2017 07:18:09 +0000 Subject: [PATCH] Accepting request 508443 from home:NMoreyChaisemartin:branches:science:HPC - Remove redondant configure options already passed by %configure OBS-URL: https://build.opensuse.org/request/show/508443 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=15 --- mvapich2.changes | 5 +++++ mvapich2.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mvapich2.changes b/mvapich2.changes index 39c8704..9643585 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 5 15:12:46 UTC 2017 - nmoreychaisemartin@suse.com + +- Remove redondant configure options already passed by %configure + ------------------------------------------------------------------- Mon Jun 26 12:24:30 UTC 2017 - nmoreychaisemartin@suse.com diff --git a/mvapich2.spec b/mvapich2.spec index b672d47..1bde41f 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -125,8 +125,7 @@ cp /usr/share/automake*/config.* . %build #./autogen.sh -%configure --prefix=%_prefix --libdir=%_libdir --mandir=%_mandir \ - --sysconfdir=%_sysconfdir --libexecdir=%{_libexecdir} \ +%configure \ %if "%{flavor}" == "psm" --with-device=ch3:psm \ --with-psm=/usr \