1
0

Accepting request 1036848 from home:jengelh:branches:science

OBS-URL: https://build.opensuse.org/request/show/1036848
OBS-URL: https://build.opensuse.org/package/show/science/gap-majoranaalgebras?expand=0&rev=1
This commit is contained in:
Atri Bhattacharya 2022-11-23 05:07:14 +00:00 committed by Git OBS Bridge
commit c0b55a5ad8
5 changed files with 86 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

View File

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

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sat Nov 19 21:56:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package (version 1.5) for build.opensuse.org

55
gap-majoranaalgebras.spec Normal file
View File

@ -0,0 +1,55 @@
#
# spec file for package gap-majoranaalgebras
#
# Copyright (c) 2022 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-majoranaalgebras
Version: 1.5
Release: 0
Summary: GAP: Majorana algebra and representation construction
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/MajoranaAlgebras/
#Git-Clone: https://github.com/gap-packages/MajoranaAlgebras
Source: https://github.com/gap-packages/MajoranaAlgebras/releases/download/v%version/MajoranaAlgebras-%version.tar.gz
BuildRequires: gap-rpm-devel
Requires: gap-automata >= 1.13
Requires: gap-core >= 4.8
Requires: gap-datastructures >= 0.2.2
Requires: gap-gapdoc >= 1.5
Requires: gap-gauss
Suggests: gap-char0gauss
%description
MajoranaAlgebras is a package for constructing Majorana
representations of finite groups. It also offers some functions to
calculate with a constructed Majorana representation. The main
constructive functions use the algorithm described in the preprint
Constructing Majorana Representations [arxiv.org/abs/1803.10723] by
Markus Pfeiffer and Madeleine Whybrow.
%prep
%autosetup -n MajoranaAlgebras-%version
%build
find . -type f -size 0 -name _Chunks.xml -delete
%install
%gappkg_simple_install
%files -f %name.files
%changelog