Accepting request 574224 from home:eeich:branches:science
- Disable %check stage for mpich builds on s390(x) (bsc#1080022). OBS-URL: https://build.opensuse.org/request/show/574224 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=62
This commit is contained in:
parent
696f74178a
commit
88dc94aaf7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 11:37:06 UTC 2018 - eich@suse.com
|
||||
|
||||
- Disable %check stage for mpich builds on s390(x) (bsc#1080022).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 15:38:59 UTC 2018 - eich@suse.com
|
||||
|
||||
|
@ -807,9 +807,11 @@ export HDF5_Make_Ignore=yes
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
make %{?_smp_mflags} check || { echo "Ignore transient make check failures for PowerPC. boo#1058563"; }
|
||||
%else
|
||||
%if "%{?mpi_flavor}" != "mpich" || ("%_arch" != "s390" && "%_arch" != "s390x")
|
||||
make %{?_smp_mflags} check
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %{without mpi}
|
||||
%post -n %{libname -l _cpp -s %{sonum_CXX}} -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user