[info=91015c53b61018dec9e097a74bcde4bec914da34bcb07b2a44c42d7c8b34ae7c]
OBS-URL: https://build.opensuse.org/package/show/science/gap-cvec?expand=0&rev=17
This commit is contained in:
commit
b6f0c21a18
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1735910502
|
||||||
|
commit: 91015c53b61018dec9e097a74bcde4bec914da34bcb07b2a44c42d7c8b34ae7c
|
||||||
|
url: https://src.opensuse.org/jengelh/gap-cvec
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f9d67388e104842d0aaccd0e7ec16feb28d2339374b67b0c489f07feb33cab4
|
||||||
|
size 256
|
BIN
cvec-2.8.2.tar.bz2
(Stored with Git LFS)
Normal file
BIN
cvec-2.8.2.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
cvec-2.8.3.tar.bz2
(Stored with Git LFS)
Normal file
BIN
cvec-2.8.3.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
83
gap-cvec.changes
Normal file
83
gap-cvec.changes
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 13:21:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.3
|
||||||
|
* Various janitorial changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 16:05:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.2
|
||||||
|
* Do not attempt to read non-existing files
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 25 09:31:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.1
|
||||||
|
* Adjust to revised MatrixObj interface in GAP 4.13
|
||||||
|
* Adjust `CompanionMatrix`, `NewCompanionMatrix` output
|
||||||
|
to match the GAP documentation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to new upstream release 2.6.1
|
||||||
|
* Fix crash in CLEANROWKERNEL
|
||||||
|
* Adapt to changes in GAP's MatrixObj interface (GAP 4.9)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 8 16:47:26 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.5.7
|
||||||
|
* Remove CompatibleMatrix method (this *undocumented* API will be
|
||||||
|
removed in GAP 4.9).
|
||||||
|
* Fix several broken references in the manual.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 21 15:05:47 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.5.6
|
||||||
|
* Fixed a bug which resulted in cvec incorrectly
|
||||||
|
converting certain GAP matrices to cvec matrices.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 19 10:29:08 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.5.5
|
||||||
|
* Some functions accept slightly more general input. For example,
|
||||||
|
it is now in some cases acceptable to use finite field elements
|
||||||
|
like Z(4)^0 (which is equal, but not identical, to Z(2)^0) as
|
||||||
|
input when cvec is expecting elements of GF(2).
|
||||||
|
* Fix EmptySemiEchelonBasis: its documentation said it expects a
|
||||||
|
sample vector, but the implementation expected a sample matrix.
|
||||||
|
Now both are possible, and both are documented.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 12 11:21:42 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.5.3
|
||||||
|
* Remove some leftover GAP 4.4 compatibility code
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 16:49:54 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.5.1
|
||||||
|
* Add methods for \^ for cvecs and Frobenius automorphisms
|
||||||
|
* Add methods for \^ for cmats and Frobenius automorphisms
|
||||||
|
* Fix a bug in unpickling semi echelonised bases
|
||||||
|
* Update and tweak the package build system
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Split cvec (version 2.4) off the gap RPM package
|
63
gap-cvec.spec
Normal file
63
gap-cvec.spec
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
#
|
||||||
|
# spec file for package gap-cvec
|
||||||
|
#
|
||||||
|
# Copyright (c) 2025 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: gap-cvec
|
||||||
|
Version: 2.8.3
|
||||||
|
Release: 0
|
||||||
|
Summary: GAP: Compact vectors over finite fields
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
Group: Productivity/Scientific/Math
|
||||||
|
URL: https://gap-packages.github.io/cvec/
|
||||||
|
#Git-Clone: https://github.com/gap-packages/cvec
|
||||||
|
Source: https://github.com/gap-packages/cvec/releases/download/v%version/cvec-%version.tar.bz2
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: gap-devel >= 4.12
|
||||||
|
BuildRequires: gap-rpm-devel
|
||||||
|
BuildRequires: gmp-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: xz
|
||||||
|
Requires: gap-core >= 4.12
|
||||||
|
Requires: gap-gapdoc >= 1.2
|
||||||
|
Requires: gap-io >= 4.1
|
||||||
|
Requires: gap-orb >= 4.2
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package provides an implementation of compact vectors over
|
||||||
|
finite fields. Contrary to earlier implementations no table lookups
|
||||||
|
are used but only word-based processor arithmetic. This allows for
|
||||||
|
bigger finite fields and higher speed.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n cvec-%version
|
||||||
|
|
||||||
|
%build
|
||||||
|
./configure "%gapdir"
|
||||||
|
%make_build
|
||||||
|
rm -v doc/clean
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user