[info=021ba6872545e4e44d424bb2e39d4c33f86374003ec43d838ad4325b692349e2]

OBS-URL: https://build.opensuse.org/package/show/science/gap-modisom?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2024-09-20 20:01:20 +00:00 committed by Git OBS Bridge
commit 00829a26c8
7 changed files with 98 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397375
commit: 021ba6872545e4e44d424bb2e39d4c33f86374003ec43d838ad4325b692349e2
url: https://src.opensuse.org/jengelh/gap-modisom
revision: master

3
build.specials.obscpio Normal file
View File

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

11
gap-modisom.changes Normal file
View File

@ -0,0 +1,11 @@
-------------------------------------------------------------------
Sat Mar 23 21:57:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.5.4
* Rename ``MyBaseMat`` to ``MyTriangulizedBaseMat``
* Replace ``DepthVector`` by ``PositionNonZero``
-------------------------------------------------------------------
Sat Nov 19 03:17:06 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 2.5.3) for build.opensuse.org

53
gap-modisom.spec Normal file
View File

@ -0,0 +1,53 @@
#
# spec file for package gap-modisom
#
# Copyright (c) 2024 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-modisom
Version: 2.5.4
Release: 0
Summary: GAP: Computing with nilpotent associative algebras
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/modisom/
#Git-Clone: https://github.com/gap-packages/modisom
Source: https://github.com/gap-packages/modisom/releases/download/v%version/modisom-%version.tar.gz
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.7
Requires: gap-polycyclic >= 1.0
%description
ModIsom is a GAP package containing various methods for computing
with nilpotent associative algebras. It has a method to determine the
automorphism group and to test isomorphis of such algebras over
finite fields and of modular group algebras of finite p-groups, and
it contains a nilpotent quotient algorithm for finitely presented
associative algebras and a method to determine Kurosh algebras.
%prep
%autosetup -n modisom-%version
%build
%install
%gappkg_simple_install
pushd "%buildroot/$moddir/"
popd
%files -f %name.files
%changelog

3
modisom-2.5.4.tar.gz Normal file
View File

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