1
0
forked from pool/gap-laguna
gap-laguna/gap-laguna.spec

57 lines
1.9 KiB
RPMSpec

#
# spec file for package gap-laguna
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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-laguna
Version: 3.9.0
Release: 0
Summary: GAP: Lie AlGebras and UNits of group Algebras
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
Url: http://www.cs.st-andrews.ac.uk/~alexk/laguna.htm
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/laguna-%version.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.8
Requires: gap-gapdoc >= 1.5.1
Suggests: gap-sophus >= 1.2
%description
LAGUNA extends GAP functionality for computations in group rings.
Besides computing some general properties and attributes of group
rings and their elements, LAGUNA is able to perform two main kinds of
computations. Namely, it can verify whether a group algebra of a
finite group satisfies certain Lie properties; and it can calculate
the structure of the normalized unit group of a group algebra of a
finite p-group over the field of p elements.
%prep
%setup -qn laguna-%version
%build
%install
rm -Rf scripts
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog