this works except for doxygen produces bad latex
https://bugzilla.gnome.org/show_bug.cgi?id=742427
This commit is contained in:
parent
13a37e1cb5
commit
e23e1e7027
@ -103,6 +103,7 @@ BuildRequires: ncurses-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: munge-devel
|
||||
%if %{use_tcl}
|
||||
BuildRequires: tcl-devel
|
||||
%endif
|
||||
@ -124,6 +125,7 @@ BuildRequires: tex-xtab
|
||||
BuildRequires: tex-sectsty
|
||||
BuildRequires: tex-tocloft
|
||||
BuildRequires: tex-multirow
|
||||
BuildRequires: tex-adjustbox
|
||||
%else
|
||||
%if %{?rhel}%{!?rhel:0} >= 6
|
||||
BuildRequires: tex(latex)
|
||||
@ -358,7 +360,7 @@ CFLAGS="%{optflags} -Wno-overlength-strings -DUSE_INTERP_RESULT -DUSE_INTERP_ERR
|
||||
--with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \
|
||||
--with-sendmail=%{_sbindir}/sendmail --disable-static \
|
||||
--with-tcp-retry-limit=2 --without-debug \
|
||||
--enable-drmaa --enable-munge-auth \
|
||||
--enable-drmaa --enable-munge-auth --with-munge \
|
||||
%{server_nameflags} %{guiflags} %{tclflags} %{rcpflags}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user