parent
8aa891e674
commit
c7c5da3cf8
15
scipy.spec
15
scipy.spec
@ -141,23 +141,13 @@ env CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
mkdir test3
|
mkdir test3
|
||||||
cd test3
|
cd test3
|
||||||
PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} \
|
PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} \
|
||||||
%__python3 -c "import scipy; scipy.test('full', verbose=2)" \
|
%__python3 -c "import scipy; scipy.test('full', verbose=2)"
|
||||||
%ifnarch %{arm}
|
|
||||||
;
|
|
||||||
%else # narch %{arm}
|
|
||||||
|| :
|
|
||||||
%endif # narch %{arm}
|
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
mkdir test2
|
mkdir test2
|
||||||
cd test2
|
cd test2
|
||||||
PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \
|
PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \
|
||||||
%__python2 -c "import scipy; scipy.test('full', verbose=2)" \
|
%__python2 -c "import scipy; scipy.test('full', verbose=2)"
|
||||||
%ifnarch %{arm}
|
|
||||||
;
|
|
||||||
%else # narch %{arm}
|
|
||||||
|| :
|
|
||||||
%endif # narch %{arm}
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python2-scipy
|
%files -n python2-scipy
|
||||||
@ -176,7 +166,6 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitearch} \
|
|||||||
%changelog
|
%changelog
|
||||||
* Sat Nov 21 2015 Kalev Lember <klember@redhat.com> - 0.16.1-6
|
* Sat Nov 21 2015 Kalev Lember <klember@redhat.com> - 0.16.1-6
|
||||||
- Add provides to satisfy scipy%%{_isa} requires in other packages
|
- Add provides to satisfy scipy%%{_isa} requires in other packages
|
||||||
- Discard results of testsuite on %%{arm} again
|
|
||||||
|
|
||||||
* Sun Nov 15 2015 Björn Esser <fedora@besser82.io> - 0.16.1-5
|
* Sun Nov 15 2015 Björn Esser <fedora@besser82.io> - 0.16.1-5
|
||||||
- Revert "Discard results of testsuite on %%{arm} for now"
|
- Revert "Discard results of testsuite on %%{arm} for now"
|
||||||
|
Loading…
Reference in New Issue
Block a user