forked from pool/gap-normalizinterface
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f92717a925 | |||
|
|
c7572975a4 | ||
| 5516c9a4ff | |||
|
|
baebd194ab | ||
|
|
3e23358ada | ||
| f0ad02e40f | |||
|
|
35232b0a6e | ||
| dcb5d96d37 | |||
|
|
fa2cdd592b | ||
| 56d42c99de |
BIN
NormalizInterface-1.3.6.tar.bz2
LFS
BIN
NormalizInterface-1.3.6.tar.bz2
LFS
Binary file not shown.
BIN
NormalizInterface-1.4.1.tar.gz
LFS
Normal file
BIN
NormalizInterface-1.4.1.tar.gz
LFS
Normal file
Binary file not shown.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1750420905
|
||||||
|
commit: 4f6c21e1fcb5c4a9297e1724c33ee98453b8788fa317101e632487cec31ec5a3
|
||||||
|
url: https://src.opensuse.org/jengelh/gap-normalizinterface
|
||||||
|
revision: master
|
||||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07ef8102d49a41602ad56bc67e9be0e04bfcec1c08083dd685434a489c79c602
|
||||||
|
size 256
|
||||||
@@ -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