SHA256
1
0
forked from pool/barvinok

- Update to release 0.41.5

OBS-URL: https://build.opensuse.org/package/show/science/barvinok?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2022-04-21 09:56:33 +00:00 committed by Git OBS Bridge
parent e49748ae77
commit 08944979e4
5 changed files with 30 additions and 6 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://repo.or.cz/barvinok.git</param>
<param name="revision">barvinok-0.41.5</param>
<param name="parent-tag">barvinok-0.41.5</param>
<param name="versionformat">0.41.5</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99eeb68dab60299305349f7e24d393327f3aec7c62fa2cb13e983aaa70b9665f
size 3779860

3
barvinok-0.41.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e4a47da35fcb091b5c0019803b7c35ad01483f7efab964947c359db7fc2ca6
size 5115868

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 21 09:55:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.41.5
* Build updates / work with newer clang
-------------------------------------------------------------------
Thu Dec 24 11:58:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package barvinok
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,15 +18,18 @@
%define lname libbarvinok23
Name: barvinok
Version: 0.41.4
Version: 0.41.5
Release: 0
Summary: Library for computing homotopy continuation of roots
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: http://barvinok.gforge.inria.fr/
Source: http://barvinok.gforge.inria.fr/%name-%version.tar.xz
#Git-Web: https://repo.or.cz/barvinok.git
Source: %name-%version.tar.xz
BuildRequires: gcc-c++
BuildRequires: glpk-devel
BuildRequires: libtool
BuildRequires: ntl-devel
BuildRequires: pkgconfig(gmpxx)
BuildRequires: pkgconfig(isl)
@ -70,6 +73,7 @@ developing with PolyLib.
%autosetup -p1
%build
autoreconf -fi
%configure --disable-static --enable-shared-barvinok \
--with-isl=system --with-ntl=system --with-polylib=system
%make_build