forked from pool/gap-normalizinterface
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
4f6c21e1fc | |||
809acf3cb1 | |||
aff17d75da | |||
a2272af91d | |||
21b91c9187 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c58aa6eefc5dda0a5caafe82f24f6177d10507385974a79e619951aa7effd4c
|
|
||||||
size 405398
|
|
BIN
NormalizInterface-1.4.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
NormalizInterface-1.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 20 12:01:18 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4.1
|
||||||
|
* No user-visible changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 15:42:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4.0
|
||||||
|
* Update to/for Normaliz 3.10.2 (as usual this implies many
|
||||||
|
breaking changes, e.g. input type `lattice_ideal` has been
|
||||||
|
renamed to `normal_toric_ideal` while at the same time
|
||||||
|
`lattice_ideal` has a new meaning that is not quite compatible
|
||||||
|
with how it worked before. So beware and carefully study the
|
||||||
|
Normaliz manual).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make specfile conform to POSIX sh
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 28 11:36:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.3.7
|
||||||
|
* Require GAP >= 4.12.1; Use
|
||||||
|
LoadKernelExtension/IsKernelExtensionAvailable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 21 10:07:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun May 21 10:07:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-normalizinterface
|
# spec file for package gap-normalizinterface
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,21 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-normalizinterface
|
Name: gap-normalizinterface
|
||||||
Version: 1.3.6
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: wrapper for Normaliz
|
Summary: GAP: wrapper for Normaliz
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://gap-packages.github.io/NormalizInterface/
|
URL: https://gap-packages.github.io/NormalizInterface/
|
||||||
#Git-Clone: https://github.com/gap-packages/NormalizInterface
|
#Git-Clone: https://github.com/gap-packages/NormalizInterface
|
||||||
Source: https://github.com/gap-packages/NormalizInterface/releases/download/v%{version}/NormalizInterface-%{version}.tar.bz2
|
Source: https://github.com/gap-packages/NormalizInterface/releases/download/v%version/NormalizInterface-%version.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gap-devel >= 4.9
|
BuildRequires: gap-devel >= 4.12.1
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: normaliz-devel >= 3.5.4
|
BuildRequires: normaliz-devel >= 3.5.4
|
||||||
Requires: gap-core >= 4.9
|
Requires: gap-core >= 4.12.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The NormalizInterface package provides a GAP interface to Normaliz,
|
The NormalizInterface package provides a GAP interface to Normaliz,
|
||||||
@@ -53,9 +53,8 @@ autoreconf -fi
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
pushd "%buildroot/$moddir"
|
cd "%buildroot/$moddir"
|
||||||
rm -Rf autom4te.cache config.log config.status configure~ gen/src/*.{o,d}
|
rm -Rf autom4te.cache config.log config.status configure~ gen/src/*.{o,d}
|
||||||
popd
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
Reference in New Issue
Block a user