diff --git a/python-assimulo.spec b/python-assimulo.spec index 3fa392c..e31a1b9 100644 --- a/python-assimulo.spec +++ b/python-assimulo.spec @@ -207,10 +207,14 @@ LD_PRELOAD=%{_libdir}/libsundials_idas.so LD_PRELOAD=%{_libdir}/libsundials_cvodes.so export PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} %if 0%{?rhel} -xvfb-run -a nosetests -v --exclude=test_cvode_with_jac_sparse +xvfb-run -a nosetests -v --exclude=test_cvode_with_jac_sparse \ %else -nosetests -v --exclude=test_cvode_with_jac_sparse +nosetests -v --exclude=test_cvode_with_jac_sparse \ %endif +%ifarch %{arm} + --exclude=test_glimda +%endif + popd %if 0%{?with_python3} @@ -229,10 +233,14 @@ LD_PRELOAD=%{_libdir}/libsundials_idas.so LD_PRELOAD=%{_libdir}/libsundials_cvodes.so export PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} %if 0%{?rhel} -xvfb-run -a nosetests-%{python3_version} -v --exclude=test_cvode_with_jac_sparse +xvfb-run -a nosetests-%{python3_version} -v --exclude=test_cvode_with_jac_sparse \ %else -nosetests-%{python3_version} -v --exclude=test_cvode_with_jac_sparse +nosetests-%{python3_version} -v --exclude=test_cvode_with_jac_sparse \ %endif +%ifarch %{arm} + --exclude=test_glimda +%endif + popd %endif %endif @@ -252,8 +260,9 @@ popd %endif %changelog -* Sat Jan 13 2018 Antonio Trande - 2.9-20.20180113svn859 +* Sun Jan 28 2018 Antonio Trande - 2.9-20.20180113svn859 - Update to commit #859 +- Exclude test_glimda on ARM (jmodelica.org/27939) * Fri Dec 29 2017 Antonio Trande - 2.9-19.20171229svn858 - Update to commit #858 (patched for using openblas)