Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6a1962d11 | ||
|
|
3c28281414 | ||
|
|
ef71441c08 | ||
|
|
66fb9afac6 | ||
|
|
8c08e5dd84 | ||
|
|
34a09b90d1 | ||
|
|
954f45a107 | ||
|
|
64d0ad0a09 | ||
|
|
eed7500a04 |
1 changed files with 45 additions and 19 deletions
60
vinci.spec
60
vinci.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: vinci
|
||||
Version: 1.0.5
|
||||
Release: 25%{?dist}
|
||||
Release: 31%{?dist}
|
||||
Summary: Algorithms for volume computation
|
||||
|
||||
License: GPL-1.0-or-later
|
||||
|
|
@ -10,30 +10,35 @@ Source0: https://www.multiprecision.org/downloads/%{name}-%{version}.tar.
|
|||
# the man page has the same copyright and license as the sources.
|
||||
Source1: %{name}.1
|
||||
|
||||
# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: tex(amsfonts.sty)
|
||||
BuildRequires: texlive-ec
|
||||
BuildRequires: texlive-latex
|
||||
|
||||
Requires: coreutils
|
||||
Requires: lrslib-utils
|
||||
|
||||
%description
|
||||
The volume is one of the central properties of a convex body, and volume
|
||||
computation is involved in many hard problems. Applications range from
|
||||
rather classical ones as in convex optimization to problems in remote
|
||||
fields like algebraic geometry where the number of common roots of
|
||||
polynomials can be related to a special polytope volume.
|
||||
computation is involved in many hard problems. Applications range from rather
|
||||
classical ones as in convex optimization to problems in remote fields like
|
||||
algebraic geometry where the number of common roots of polynomials can be
|
||||
related to a special polytope volume.
|
||||
|
||||
Part of the fascination of the subject stems from the discrepancy
|
||||
between the intuitive notion of "volume" and the actual hardness of
|
||||
computing it. Despite this discouraging complexity - algorithms in
|
||||
general need exponential time in the input dimension - steadily growing
|
||||
computer power enables us to attack problems of practical interest.
|
||||
Part of the fascination of the subject stems from the discrepancy between the
|
||||
intuitive notion of "volume" and the actual hardness of computing it. Despite
|
||||
this discouraging complexity — algorithms in general need exponential time in
|
||||
the input dimension — steadily growing computer power enables us to attack
|
||||
problems of practical interest.
|
||||
|
||||
Vinci is an easy to install C package that implements the state of the
|
||||
art algorithms for volume computation. It is the fruit of a research
|
||||
project carried out at the IFOR (Institute for Operations Research) at
|
||||
ETH Zürich, in collaboration with Benno Büeler and Komei Fukuda.
|
||||
Vinci is an easy to install C package that implements the state of the art
|
||||
algorithms for volume computation. It is the fruit of a research project
|
||||
carried out at the IFOR (Institute for Operations Research) at ETH Zürich, in
|
||||
collaboration with Benno Büeler and Komei Fukuda.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
|
@ -43,8 +48,8 @@ ETH Zürich, in collaboration with Benno Büeler and Komei Fukuda.
|
|||
sed -i 's|-o vinci|& %{build_ldflags}|' makefile
|
||||
|
||||
%make_build OPT='%{build_cflags}'
|
||||
pdflatex manual.tex
|
||||
pdflatex manual.tex
|
||||
pdflatex -interaction=nonstopmode manual.tex
|
||||
pdflatex -interaction=nonstopmode manual.tex
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
|
@ -62,6 +67,27 @@ touch -r %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
|||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Jan 16 2024 Jerry James <loganjerry@gmail.com> - 1.0.5-25
|
||||
- Stop building for 32-bit x86
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue