Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Fedora Release Engineering
c6a1962d11 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:31:35 +00:00
Jerry James
3c28281414 Reduce the number of TeXLive packages used to build
- Run pdflatex in nonstop mode
2026-07-14 19:33:30 -06:00
Fedora Release Engineering
ef71441c08 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:57:31 +00:00
Jerry James
66fb9afac6 Reflow the description text 2026-01-14 08:52:44 -07:00
Fedora Release Engineering
8c08e5dd84 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:08:13 +00:00
Fedora Release Engineering
34a09b90d1 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:26:36 +00:00
Fedora Release Engineering
954f45a107 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 08:51:38 +00:00
Fedora Release Engineering
64d0ad0a09 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 07:55:37 +00:00
Jerry James
eed7500a04 Stop building for 32-bit x86 2024-01-16 10:12:15 -07:00

View file

@ -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