Author: baggins Date: Fri Apr 8 18:31:13 2011 GMT Module: packages Tag: HEAD ---- Log message: - TODO and proper explanation why tests fail - made make loud
---- Files affected: packages/coq: coq.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: packages/coq/coq.spec diff -u packages/coq/coq.spec:1.21 packages/coq/coq.spec:1.22 --- packages/coq/coq.spec:1.21 Fri Apr 8 18:51:50 2011 +++ packages/coq/coq.spec Fri Apr 8 20:31:08 2011 @@ -1,7 +1,10 @@ # $Revision$, $Date$ # +# TODO: +# - package and R: Csdp (https://projects.coin-or.org/Csdp) +# # Conditional build: -%bcond_with tests # run testsuite (non-deterministic fail in micromega tests on 64bit arch) +%bcond_with tests # run testsuite (csdp dependant micromega tests fail badly on x86_64) # Summary: The Coq Proof Assistant Summary(pl.UTF-8): Coq - narzędzie pomagające w udowadnianiu @@ -78,6 +81,7 @@ %patch0 -p1 %{__sed} -i -e 's|#!/bin/sh|#!/bin/bash|' test-suite/check +%{__sed} -i -e 's|\(MAKE_TSOPTS=.*\) -s \(.*\)|\1 \2|' Makefile.build %build ./configure \ @@ -92,8 +96,8 @@ --coqdocdir %{_datadir}/texmf/tex/latex/misc \ --coqide opt -%{__make} -j1 world -%{?with_tests:%{__make} -j1 check} # Use native coq to compile theories +%{__make} -j1 world VERBOSE=1 +%{?with_tests:%{__make} -j1 check VERBOSE=1} # Use native coq to compile theories %install rm -rf $RPM_BUILD_ROOT @@ -161,6 +165,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2011/04/08 18:31:08 baggins +- TODO and proper explanation why tests fail +- made make loud + Revision 1.21 2011/04/08 16:51:50 baggins - tests bcond - use xdg_open as browser ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coq/coq.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
