Accepting request 859628 from home:badshah400:branches:science

* Update to version 2.3.6.1:
* Exclude tests that try to write config files to home dir; since the `%ctest` macro does not accept additional options, run ctest manually.

OBS-URL: https://build.opensuse.org/request/show/859628
OBS-URL: https://build.opensuse.org/package/show/science/cadabra2?expand=0&rev=40
This commit is contained in:
Atri Bhattacharya 2021-01-04 14:52:46 +00:00 committed by Git OBS Bridge
parent 5d7364e051
commit ca1e1db828
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40f64156e44ccb7641a44e46c7415dfdb0422e1401082d96db541b83bba7ac77
size 24527584

3
cadabra2-2.3.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eafc6b409431f4e32b19397e77fe37d1176004f2843cff2a019e24af04322405
size 24544655

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 31 15:34:53 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.3.6.1:
* Once further change to the installation path of cadabra2.so
module, to conform to Debian policies.
* Fix display of lists containing Ex objects.
* Fix import of Jupyter notebooks.
* Fix bug related to automatic dummy index relabelling.
* Fix tab-completion.
- Exclude tests that try to write config files to home dir; since
the `%ctest` macro does not accept additional options, run ctest
manually.
-------------------------------------------------------------------
Tue Nov 17 13:09:12 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -19,7 +19,7 @@
# Tests fails due to the way PYTHONPATH is set up for the test-suite [gh#kpeeters/cadabra2#211, gh#kpeeters/cadabra2#212]
%bcond_without tests
Name: cadabra2
Version: 2.3.5
Version: 2.3.6.1
Release: 0
Summary: A computer algebra system for solving problems in field theory
License: GPL-3.0-or-later
@ -173,7 +173,10 @@ ln %{buildroot}%{_datadir}/cadabra2/latex/* %{buildroot}%{_datadir}/texmf/tex/la
%check
export PATH=${PATH}:%{buildroot}%{_bindir}
export PYTHONDONTWRITEBYTECODE=1
%ctest
# Exclude tests that try to write config files to home dir; %%ctest does not accept additional options, go the manual way
pushd %__builddir
ctest %{?_smp_mflags} -E "packages|manip|modules|meld"
popd
%endif
%files