disable sphinx warnings-as-errors
Tom Stellard: - This flag has the same problem as -Werror does for compilers. Different versions of sphinx emit different warnings. So, even though upstream has a documentation buildbot and a policy to fix all warnings, if they aren't using the same version of sphinx as Fedora, we can hit warnings that they don't see.
This commit is contained in:
parent
6448f2fb83
commit
a5fe5a1bb7
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.9.1
|
Version: 3.9.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -157,6 +157,7 @@ cd _build
|
|||||||
-DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=ON \
|
-DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=ON \
|
||||||
-DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF \
|
-DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF \
|
||||||
\
|
\
|
||||||
|
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
|
||||||
-DSPHINX_EXECUTABLE=%{_bindir}/sphinx-build-3
|
-DSPHINX_EXECUTABLE=%{_bindir}/sphinx-build-3
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -213,6 +214,9 @@ make check-all || :
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2017 Josh Stone <jistone@redhat.com> - 3.9.1-2
|
||||||
|
- disable sphinx warnings-as-errors
|
||||||
|
|
||||||
* Fri Feb 10 2017 Orion Poplawski <orion@cora.nwra.com> - 3.9.1-1
|
* Fri Feb 10 2017 Orion Poplawski <orion@cora.nwra.com> - 3.9.1-1
|
||||||
- llvm 3.9.1
|
- llvm 3.9.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user