rpms/maxima/EL-5 maxima.spec,1.60,1.61

Rex Dieter rdieter at fedoraproject.org
Tue May 11 17:40:52 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/maxima/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15536

Modified Files:
	maxima.spec 
Log Message:
rats, make check ppc failures in test_rgamma persist in el4,5



Index: maxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maxima/EL-5/maxima.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- maxima.spec	10 May 2010 20:17:51 -0000	1.60
+++ maxima.spec	11 May 2010 17:40:52 -0000	1.61
@@ -40,6 +40,9 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv
 
 %ifarch ppc
 %define default_lisp sbcl
+%if 0%{?fedora} < 12 || 0%{?rhel} < 6
+%define check_nonfatal ||:
+%endif
 # clisp: http://bugzilla.redhat.com/166347 (resolved) - clisp/ppc (still) awol.
 #define _enable_clisp --enable-clisp 
 # temporarily disable -gcl (#496124)
@@ -236,7 +239,7 @@ popd
 
 
 %check 
-make -k check
+make -k check %{?check_nonfatal}
 
 
 %install



More information about the scm-commits mailing list