delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-numericalsgps?expand=0&rev=8
This commit is contained in:
parent
171ed879d2
commit
2a31e3970b
3
NumericalSgps-1.1.8.tar.bz2
Normal file
3
NumericalSgps-1.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:545d7988481bc399b50905e25fc21edf73c4798b555977aef83f095193658a51
|
||||||
|
size 1128612
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 15 00:05:42 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 1.1.8
|
||||||
|
* Added/Changed NumberElement_IdealOfNumericalSemigroup and
|
||||||
|
ElementNumber_IdealOfNumericalSemigroup.
|
||||||
|
* List and sublist access for numerical semigroups and ideals of
|
||||||
|
numerical semigroups, \[\] and \{\}.
|
||||||
|
* Iterator for numerical semigroup and ideals of numerical
|
||||||
|
semigroups.
|
||||||
|
* NextElementOfNumericalSemigroup, NumberElement_NumericalSemigroup
|
||||||
|
and ElementNumber_NumericalSemigroup.
|
||||||
|
* Functions to translate graphs related to numerical and affine
|
||||||
|
semigroups to the dot language.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 25 13:19:46 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.1.5
|
||||||
|
* GBASIS is not set while loading singular; it is set inside
|
||||||
|
functions calling Gröbner basis for methods using singular.
|
||||||
|
* Type is now an operation (clash with FinIng), and
|
||||||
|
TypeOfNumericalSemigroup remains an attribute
|
||||||
|
* Inequalities was used in MatricesForHomalg as an operation,
|
||||||
|
and so we turned it an operation; the corresponding attribute
|
||||||
|
is AffineSemigroupInequalities
|
||||||
|
* Removed all methods in singular using SingularLibrary (this
|
||||||
|
was producing unexpected issues if the required software for
|
||||||
|
the singular libraries was not well installed)
|
||||||
|
* Removed [0,..,0] from GraverBasis in some methods (and thus
|
||||||
|
in the testify)
|
||||||
|
* Fixed issue with GeneratorsOfKernelCongruence and
|
||||||
|
MinimalPresentationOfAffineSemigroup when it was empty
|
||||||
|
(singular method)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 16:46:26 UTC 2017 - jengelh@inai.de
|
Thu Sep 14 16:46:26 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-numericalsgps
|
# spec file for package gap-numericalsgps
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,45 +12,45 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gap-numericalsgps
|
Name: gap-numericalsgps
|
||||||
Summary: GAP: A package for numerical semigroups
|
Version: 1.1.8
|
||||||
Version: 1.0.1
|
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
Summary: GAP: A package for numerical semigroups
|
||||||
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: http://www.fc.up.pt/cmup/mdelgado/numericalsgps/
|
URL: https://gap-packages.github.io/numericalsgps
|
||||||
|
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/numericalsgps-%version.tar.bz2
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/NumericalSgps-%version.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-core >= 4.4
|
Requires: gap-core >= 4.7
|
||||||
Suggests: gap-gapdoc >= 1.2
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The features of this package include
|
The features of this package include
|
||||||
|
|
||||||
- defining numerical semigroups;
|
* Defining numerical semigroups;
|
||||||
|
|
||||||
- computing several properties of numerical semigroups, namely:
|
* Computing several properties of numerical semigroups, namely:
|
||||||
multiplicity, Frobenius number, (minimal) system of generators,
|
multiplicity, Frobenius number, (minimal) system of generators,
|
||||||
Apéry set, gaps, fundamental gaps, etc.;
|
Apéry set, gaps, fundamental gaps, etc.;
|
||||||
|
|
||||||
- perform several operations on numerical semigroups, namely:
|
* Performing several operations on numerical semigroups, namely:
|
||||||
intersection, quotient by an integer, decompose into irreducible
|
intersection, quotient by an integer, decompose into
|
||||||
semigroups, add a special gap;
|
irreducible semigroups, add a special gap;
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn numericalsgps
|
%setup -qn NumericalSgps-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
find . -type f -name "*~" -delete
|
find . -type f -name "*~" -delete
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
rm -Rf scripts
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9975171557a697b78af8f714e77e71b3c155fdead9f26cb6301250fd5127b1e6
|
|
||||||
size 717452
|
|
Loading…
x
Reference in New Issue
Block a user