2014-02-07 14:36:50 +01:00
|
|
|
#
|
|
|
|
# spec file for package gap-laguna
|
|
|
|
#
|
2024-07-01 19:59:46 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-02-07 14:36:50 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-22 13:12:24 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 14:36:50 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-laguna
|
2024-07-01 19:59:46 +02:00
|
|
|
Version: 3.9.7
|
2014-02-07 14:36:50 +01:00
|
|
|
Release: 0
|
2018-11-22 13:12:24 +01:00
|
|
|
Summary: GAP: Lie AlGebras and UNits of group Algebras
|
|
|
|
License: GPL-2.0-or-later
|
2014-02-07 14:36:50 +01:00
|
|
|
Group: Productivity/Scientific/Math
|
2022-11-19 01:23:50 +01:00
|
|
|
URL: https://gap-packages.github.io/laguna/
|
|
|
|
#Git-Clone: https://github.com/gap-packages/laguna
|
|
|
|
Source: https://github.com/gap-packages/laguna/releases/download/v%version/laguna-%version.tar.gz
|
2014-02-07 14:36:50 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: gap-rpm-devel
|
2022-11-19 01:23:50 +01:00
|
|
|
Requires: gap-core >= 4.9
|
|
|
|
Requires: gap-gapdoc >= 1.6.1
|
|
|
|
Suggests: gap-sophus >= 1.24
|
2014-02-07 14:36:50 +01:00
|
|
|
|
|
|
|
%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
|
2022-11-19 01:23:50 +01:00
|
|
|
%autosetup -n laguna-%version
|
2014-02-07 14:36:50 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2018-11-22 13:12:24 +01:00
|
|
|
rm -Rf scripts
|
2014-02-07 14:36:50 +01:00
|
|
|
%gappkg_simple_install
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
|
|
|
|
%changelog
|