- temporarily disable unit tests on i586 (boo#1092530)
OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=12
This commit is contained in:
parent
d34d7cea59
commit
a650d4cb16
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 13:07:21 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
- temporarily disable unit tests on i586 (boo#1092530)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 08:26:18 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
|
6
gsl.spec
6
gsl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gsl
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -160,7 +160,11 @@ export CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%ifarch %{ix86}
|
||||
make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 0 )
|
||||
%else
|
||||
make %{?_smp_mflags} check || ( find -name \*.log -print -exec cat {} \; ; exit 1 )
|
||||
%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user