OBS-URL: https://build.opensuse.org/package/show/science/gap-hapcryst?expand=0&rev=4
64 lines
2.1 KiB
RPMSpec
64 lines
2.1 KiB
RPMSpec
#
|
|
# spec file for package gap-hapcryst
|
|
#
|
|
# 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 http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: gap-hapcryst
|
|
Summary: GAP: A HAP extension for crytallographic groups
|
|
Version: 0.1.15
|
|
Release: 0
|
|
License: GPL-2.0+
|
|
Group: Productivity/Scientific/Math
|
|
URL: https://gap-packages.github.io/hapcryst/
|
|
#Git-Clone: https://github.com/gap-packages/hapcryst
|
|
Source: https://github.com/gap-packages/hapcryst/releases/download/v%version/hapcryst-%version.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: fdupes
|
|
BuildRequires: gap-rpm-devel
|
|
Requires: gap-aclib >= 1.1
|
|
Requires: gap-core >= 4.9
|
|
Requires: gap-cryst >= 4.1.5
|
|
Requires: gap-hap >= 1.8
|
|
Requires: gap-polycyclic >= 2.8.1
|
|
Requires: gap-polymaking >= 0.7.9
|
|
Requires: polymake
|
|
Suggests: gap-carat >= 1.1
|
|
Suggests: gap-crystcat >= 1.1.2
|
|
Suggests: gap-gapdoc >= 0.99
|
|
|
|
%description
|
|
This package is an add-on for Graham Ellis's HAP package. HAPcryst
|
|
implements some functions for crystallographic groups (namely
|
|
OrbitStabilizer-type methods). It is also capable of calculating free
|
|
resolutions for Bieberbach groups.
|
|
|
|
This is an extension to the HAP package by Graham Ellis. It implements
|
|
geometric methods for the calculation of resolutions of Bieberbach groups.
|
|
|
|
%prep
|
|
%autosetup -n hapcryst-%version
|
|
|
|
%build
|
|
find . -type f -name "*~" -delete
|
|
|
|
%install
|
|
%gappkg_simple_install
|
|
%fdupes %buildroot/%_prefix
|
|
|
|
%files -f %name.files
|
|
|
|
%changelog
|