Sync from SUSE:ALP:Source:Standard:1.0 python-h5py revision 5bbefb9a0fb6a5ba61a7086056ebb8d0
This commit is contained in:
parent
0f472cc103
commit
96555c7b05
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 28 08:20:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Disable test for ppc64le because of Insufficient precision
|
||||||
|
bsc#1225381
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 16 19:04:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 16 19:04:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -113,6 +113,10 @@ donttest="dummytest"
|
|||||||
# overflow
|
# overflow
|
||||||
donttest="test_float_round_tripping or test_register_filter"
|
donttest="test_float_round_tripping or test_register_filter"
|
||||||
%endif
|
%endif
|
||||||
|
# Disable test for ppc64le because of Insufficient precision
|
||||||
|
%ifarch ppc64le
|
||||||
|
donttest+=" or test_complex256 or test_long_double or test_custom_float_promotion"
|
||||||
|
%endif
|
||||||
%{python_expand #
|
%{python_expand #
|
||||||
%if %{with mpi}
|
%if %{with mpi}
|
||||||
source %{my_bindir}/mpivars.sh
|
source %{my_bindir}/mpivars.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user