forked from pool/barvinok
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ac52b31b71 | |||
|
6ad6e4aafa | ||
583e480a47 | |||
3bf6ed0510 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1739127732
|
||||||
|
commit: 1b267ab471a9f8c68575b6e32a33546322e0273f9beaf660556a23e9ea9ae54e
|
||||||
|
url: https://src.opensuse.org/jengelh/barvinok
|
||||||
|
revision: master
|
14
_service
14
_service
@@ -1,14 +0,0 @@
|
|||||||
<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.7</param>
|
|
||||||
<param name="parent-tag">barvinok-0.41.7</param>
|
|
||||||
<param name="versionformat">0.41.7</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>
|
|
BIN
barvinok-0.41.7.tar.xz
(Stored with Git LFS)
BIN
barvinok-0.41.7.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
barvinok-0.41.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
barvinok-0.41.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 9 19:00:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.41.8
|
||||||
|
* remove all remaining uses of Omega (and Parker's DFA counting)
|
||||||
|
* support recent versions of clang
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 24 13:44:55 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jun 24 13:44:55 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package barvinok
|
# spec file for package barvinok
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libbarvinok23
|
%define lname libbarvinok23
|
||||||
Name: barvinok
|
Name: barvinok
|
||||||
Version: 0.41.7
|
Version: 0.41.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for computing homotopy continuation of roots
|
Summary: Library for computing homotopy continuation of roots
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -26,7 +26,7 @@ Group: Productivity/Scientific/Math
|
|||||||
URL: http://barvinok.gforge.inria.fr/
|
URL: http://barvinok.gforge.inria.fr/
|
||||||
|
|
||||||
#Git-Web: https://repo.or.cz/barvinok.git
|
#Git-Web: https://repo.or.cz/barvinok.git
|
||||||
Source: %name-%version.tar.xz
|
Source: https://repo.or.cz/barvinok.git/snapshot/%name-%version.tar.gz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glpk-devel
|
BuildRequires: glpk-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@@ -72,7 +72,7 @@ This subpackage contains the include files and library links for
|
|||||||
developing with PolyLib.
|
developing with PolyLib.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n %name-%name-%version-69cb303
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@@ -84,8 +84,7 @@ autoreconf -fi
|
|||||||
%make_install
|
%make_install
|
||||||
find %buildroot -type f -name "*.la" -delete -print
|
find %buildroot -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%_bindir/barvinok_*
|
%_bindir/barvinok_*
|
||||||
|
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user