Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 104256d4b59b20c33da00e23a5925543 > files > 2

linbox-1.2.2-2.fc16.src.rpm

--- ./tests/Makefile.in.orig	2011-10-28 04:19:29.000000000 -0600
+++ ./tests/Makefile.in	2011-11-07 15:51:50.518340012 -0700
@@ -1091,14 +1091,14 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_sr
 	$(FFLAS_FFPACK_CFLAGS) $(GMP_CFLAGS) $(NTL_CFLAGS) \
 	$(GIVARO_CFLAGS) $(LIDIA_CFLAGS)
 # AM_LDFLAGS = -llapack -lcblas -latlas
-AM_LDFLAGS = $(top_srcdir)/linbox/.libs/liblinbox.a
+AM_LDFLAGS = $(top_srcdir)/linbox/liblinbox.la
 #  SAFER_FLAGS = -g -Wall -Wextra -Wno-unused-parameter
 # bds: no need to optimize for unit/regression tests, and opt adds a lot to compilation time
 #AM_CXXFLAGS = @TESTS_CFLAGS@ -DLinBoxSrcOnly
 #  AM_CXXFLAGS = $(SAFER_FLAGS) -DLinBoxSrcOnly
 #AM_CXXFLAGS = $(SAFER_FLAGS) -DLinBoxSrcOnly -O2
 #  AM_CXXFLAGS = -g -DLinBoxSrcOnly -Wall -DDEBUG -O0
-AM_CXXFLAGS = -DLinBoxSrcOnly  @TESTS_CFLAGS@
+AM_CXXFLAGS = -DLinBoxTestOnly  @TESTS_CFLAGS@
 # AM_CXXFLAGS = -g -DLinBoxSrcOnly -Wall -D__LINBOX_HAVE_DGETRF -D__LINBOX_HAVE_DGETRI
 # AM_CFLAGS = -g -Wall
 SUBDIRS = data matrix
--- ./tests/test-common.h.orig	2011-10-28 02:48:13.000000000 -0600
+++ ./tests/test-common.h	2011-11-07 15:51:50.524340146 -0700
@@ -362,7 +362,7 @@ extern inline double incompleteGamma (do
 
 double chiSquaredCDF (double chi_sqr, double df);
 
-#ifdef LinBoxSrcOnly
+#ifdef LinBoxTestOnly
 #include "test-common.C"
 #endif
 #endif // __LINBOX_test_common_H