summaryrefslogtreecommitdiff
path: root/graphics/asymptote/asymptote.spec
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/asymptote.spec')
-rw-r--r--graphics/asymptote/asymptote.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/asymptote/asymptote.spec b/graphics/asymptote/asymptote.spec
index a6c12915d5..63ef30356d 100644
--- a/graphics/asymptote/asymptote.spec
+++ b/graphics/asymptote/asymptote.spec
@@ -3,7 +3,7 @@
%global __python %{__python3}
Name: asymptote
-Version: 2.70
+Version: 2.72
Release: 1%{?dist}
Summary: Descriptive vector graphics language
@@ -25,6 +25,7 @@ BuildRequires: dvisvgm >= 2.9.1
BuildRequires: texinfo >= 4.7
BuildRequires: ImageMagick
BuildRequires: libtirpc-devel
+BuildRequires: libboost-devel
Requires: tetex-latex
Requires: freeglut-devel >= 3.0.0
@@ -33,7 +34,7 @@ Requires(postun): /usr/bin/texhash /sbin/install-info
%description
Asymptote is a powerful descriptive vector graphics language for technical
-drawings, inspired by MetaPost but with an improved C++-like syntax.
+drawing, inspired by MetaPost but with an improved C++-like syntax.
Asymptote provides for figures the same high-quality level of typesetting
that LaTeX does for scientific text.
@@ -43,7 +44,7 @@ that LaTeX does for scientific text.
%build
-CFLAGS="`echo $RPM_OPT_FLAGS | sed s/-O2/-O3/`" \
+CFLAGS="`echo $RPM_OPT_FLAGS | sed s/-O2/-O3/` -fno-lto" \
%configure --with-latex=%{_texmf}/tex/latex --with-context=%{_texmf}/tex/context/third
make %{?_smp_mflags}