2014-02-06 00:39:01 +01:00
|
|
|
#
|
|
|
|
# spec file for package gap-gauss
|
|
|
|
#
|
2024-03-23 22:41:12 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-02-06 00:39:01 +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:11:40 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-06 00:39:01 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: gap-gauss
|
2024-03-23 22:41:12 +01:00
|
|
|
Version: 2023.02.04
|
|
|
|
%define sillyver 2023.02-04
|
2014-02-06 00:39:01 +01:00
|
|
|
Release: 0
|
2018-11-22 13:11:40 +01:00
|
|
|
Summary: GAP: Extended Gauss Functionality for GAP
|
2022-11-19 20:05:45 +01:00
|
|
|
License: GPL-2.0-or-later
|
2014-02-06 00:39:01 +01:00
|
|
|
Group: Productivity/Scientific/Math
|
2022-11-19 20:05:45 +01:00
|
|
|
URL: https://homalg-project.github.io/pkg/Gauss
|
|
|
|
#Git-Clone: https://github.com/homalg-project/homalg_project
|
2014-02-06 00:39:01 +01:00
|
|
|
#Git-Web: https://github.com/homalg-project/Gauss
|
2022-11-19 20:05:45 +01:00
|
|
|
Source: https://github.com/homalg-project/homalg_project/releases/download/Gauss-%sillyver/Gauss-%sillyver.tar.gz
|
|
|
|
BuildRequires: gap-devel >= 4.11
|
2014-02-06 00:39:01 +01:00
|
|
|
BuildRequires: gap-rpm-devel
|
|
|
|
BuildRequires: gmp-devel
|
2022-11-19 20:05:45 +01:00
|
|
|
Requires: gap-core >= 4.11.1
|
2014-02-06 00:39:01 +01:00
|
|
|
Suggests: gap-gapdoc >= 1.0
|
|
|
|
|
|
|
|
%description
|
|
|
|
The GAP Gauss package provides algorithms to compute reduced row
|
|
|
|
echelon forms (RREF) of a matrix.
|
|
|
|
|
|
|
|
%prep
|
2022-11-19 20:05:45 +01:00
|
|
|
%autosetup -n Gauss-%sillyver
|
2014-02-06 00:39:01 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
./configure "%gapdir"
|
2022-11-19 20:05:45 +01:00
|
|
|
%make_build
|
|
|
|
rm -v doc/clean
|
|
|
|
find . -type f -name ".*" -print -delete
|
2014-02-06 00:39:01 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%gappkg_simple_install
|
|
|
|
rm -Rf "%buildroot/$moddir/src"
|
|
|
|
|
|
|
|
%files -f %name.files
|
|
|
|
|
|
|
|
%changelog
|