1
0
forked from pool/gap-gauss

- Update to release 2022.10.01

OBS-URL: https://build.opensuse.org/package/show/science/gap-gauss?expand=0&rev=10
This commit is contained in:
Jan Engelhardt 2022-11-19 19:05:45 +00:00 committed by Git OBS Bridge
parent 606f008f76
commit 579d5dfa19
4 changed files with 21 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92aad1f4399bb2fc5fca273bacb00b33902c5d451765435d27586a5d5dc3f586
size 307289

3
Gauss-2022.10-01.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9abd7f95549eee256cc596dcd8719080a6325e0e668f0b857f1a052e9988b910
size 277589

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 19 19:05:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.10.01
* No changelog was provided
-------------------------------------------------------------------
Wed Nov 14 22:25:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,21 +17,20 @@
Name: gap-gauss
Version: 2018.09.08
Version: 2022.10.01
%define sillyver 2022.10-01
Release: 0
Summary: GAP: Extended Gauss Functionality for GAP
License: GPL-2.0-only
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
Url: http://homalg-project.github.io/homalg_project/Gauss/
#Git-Clone: git://github.com/homalg-project/Gauss
URL: https://homalg-project.github.io/pkg/Gauss
#Git-Clone: https://github.com/homalg-project/homalg_project
#Git-Web: https://github.com/homalg-project/Gauss
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Gauss-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-devel >= 4.8
Source: https://github.com/homalg-project/homalg_project/releases/download/Gauss-%sillyver/Gauss-%sillyver.tar.gz
BuildRequires: gap-devel >= 4.11
BuildRequires: gap-rpm-devel
BuildRequires: gmp-devel
Requires: gap-core >= 4.8
Requires: gap-core >= 4.11.1
Suggests: gap-gapdoc >= 1.0
%description
@ -39,17 +38,18 @@ The GAP Gauss package provides algorithms to compute reduced row
echelon forms (RREF) of a matrix.
%prep
%setup -qn Gauss-%version
%autosetup -n Gauss-%sillyver
%build
./configure "%gapdir"
make %{?_smp_mflags}
%make_build
rm -v doc/clean
find . -type f -name ".*" -print -delete
%install
%gappkg_simple_install
rm -Rf "%buildroot/$moddir/src"
%files -f %name.files
%defattr(-,root,root)
%changelog