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> Wed Nov 14 22:25:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

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