From 5644aeb53da003af3279ba483487a707961c125b Mon Sep 17 00:00:00 2001 From: Jerry James Date: Nov 11 2020 20:37:40 +0000 Subject: Disable test-RingTwinFloat3 on 32-bit platforms. --- diff --git a/cocoalib.spec b/cocoalib.spec index 0fc69a2..0d8e4a8 100644 --- a/cocoalib.spec +++ b/cocoalib.spec @@ -126,7 +126,8 @@ chmod a-x examples/*.sh # of the FFelem type. Disable those tests. %if 0%{?__isa_bits} == 32 sed -e '/test-factor1\.C/d' \ - -e 's/test-SparsePolyRing1\.C //' \ + -e 's/test-RingTwinFloat3\.C //' \ + -e 's/test-SparsePolyRing1\.C //' \ -e 's/test-SparsePolyRing5\.C //' \ -e '/test-SqFreeFactor1\.C/d' \ -i src/tests/Makefile @@ -155,6 +156,7 @@ make check %changelog * Fri Nov 6 2020 Jerry James - 0.99711-1 - Version 0.99711 +- Disable test-RingTwinFloat3 on 32-bit platforms * Fri Aug 07 2020 Iñaki Úcar - 0.99710-3 - https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager