From 857e15b190232a69d9d8393cd89e1d8afaf7f359 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 8 Apr 2011 18:31:08 +0000 Subject: [PATCH 1/1] - TODO and proper explanation why tests fail - made make loud Changed files: coq.spec -> 1.22 --- coq.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/coq.spec b/coq.spec index 6d13d0a..cbb02cd 100644 --- a/coq.spec +++ b/coq.spec @@ -1,6 +1,9 @@ # +# 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 @@ -77,6 +80,7 @@ Styl dokumentacji Coq dla latexa. %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 \ @@ -91,8 +95,8 @@ Styl dokumentacji Coq dla latexa. --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 -- 2.43.0