- Update to release 2.7.6
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=12
This commit is contained in:
parent
792c99923c
commit
815a4a3939
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffc059ee5a3f8b0d17e4e6c8e722abf4b27f4cced6aa310805bcaf49c87ee4ee
|
|
||||||
size 830934
|
|
3
cvec-2.7.6.tar.bz2
Normal file
3
cvec-2.7.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e054d3c0104f6cbedb02de61efbe18004ab958f8850fd0f975865a7bafaf52d7
|
||||||
|
size 584217
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 04:16:37 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.7.6
|
||||||
|
* Fix error viewing empty semiechelon matrices
|
||||||
|
* Fix bug in MinimalPolynomialOfMatrixMC which could lead to an
|
||||||
|
infinite loop for certain inputs, in particular lower
|
||||||
|
triangular matrices with multiple eigenvalues
|
||||||
|
* Removed the (undocumented) Fold and Unfold method
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 7 12:34:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Fri Sep 7 12:34:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-cvec
|
# spec file for package gap-cvec
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,24 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-cvec
|
Name: gap-cvec
|
||||||
Version: 2.6.1
|
Version: 2.7.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Compact vectors over finite fields
|
Summary: GAP: Compact vectors over finite fields
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: https://gap-packages.github.io/cvec
|
URL: https://gap-packages.github.io/cvec/
|
||||||
|
#Git-Clone: https://github.com/gap-packages/cvec
|
||||||
#Git-Clone: git://github.com/gap-system/cvec
|
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.bz2
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/cvec-%version.tar.bz2
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gap-devel >= 4.5.5
|
BuildRequires: gap-devel >= 4.10
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: gap-core >= 4.5.5
|
Requires: gap-core >= 4.10
|
||||||
Requires: gap-gapdoc >= 1.2
|
Requires: gap-gapdoc >= 1.2
|
||||||
Requires: gap-io >= 4.1
|
Requires: gap-io >= 4.1
|
||||||
Requires: gap-orb >= 4.2
|
Requires: gap-orb >= 4.2
|
||||||
@ -46,19 +44,20 @@ are used but only word-based processor arithmetic. This allows for
|
|||||||
bigger finite fields and higher speed.
|
bigger finite fields and higher speed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn cvec-%version
|
%autosetup -n cvec-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
./configure "%gapdir"
|
||||||
%configure --with-gaproot="%gapdir"
|
%make_build
|
||||||
make %{?_smp_mflags} DESTDIR="%buildroot"
|
rm -v doc/clean
|
||||||
rm -Rf {autom4*,aclocal*,config*,cnf,m4,src}
|
|
||||||
find . -type f -name "*.la" -delete
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
pushd "%buildroot/$fmoddir/"
|
||||||
|
rm -Rf autom4* aclocal* config* cnf m4 gen src
|
||||||
|
find . -type f -name "*.la" -print -delete
|
||||||
|
popd
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user