[eigen2/f14/master] disable build-time checks, too much vm usage.

Rex Dieter rdieter at fedoraproject.org
Tue Sep 7 20:38:12 UTC 2010


commit af0a12d8b48f229d913c51e983dc8bc1878653a1
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Sep 7 15:42:55 2010 -0500

    disable build-time checks, too much vm usage.

 eigen2.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/eigen2.spec b/eigen2.spec
index 15a3772..6201ff5 100644
--- a/eigen2.spec
+++ b/eigen2.spec
@@ -1,7 +1,9 @@
 
 # Fedora review http://bugzilla.redhat.com/459705
 
-%define _with_check -DEIGEN_BUILD_TESTS:BOOL=ON
+## NOTE: re-enable from time-to-time for testing, understanding
+## these take a long time to build and run (using lots of VM).
+#define _with_check -DEIGEN_BUILD_TESTS:BOOL=ON
 
 Name:    eigen2
 Summary: A lightweight C++ template library for vector and matrix math


More information about the scm-commits mailing list