Changeset 2972
- Timestamp:
- 06/14/08 20:43:31 (4 months ago)
- Location:
- trunk/linbox
- Files:
-
- 7 modified
-
. (modified) (1 prop)
-
configure.in (modified) (3 diffs)
-
examples (modified) (1 prop)
-
interfaces/sage (modified) (1 prop)
-
linbox (modified) (1 prop)
-
linbox/randiter/Makefile.am (modified) (1 diff)
-
tests (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox
- Property svn:ignore
-
old new 24 24 linbox-config.h.in 25 25 INSTALL 26 _configs.sed
-
- Property svn:ignore
-
trunk/linbox/configure.in
r2961 r2972 123 123 124 124 LB_CHECK_NTL 125 LB_CHECK_GIVARO 125 LB_CHECK_GIVARO(,,[ 126 echo '*******************************************************************************' 127 echo ' ERROR: GIVARO not found!' 128 echo 129 echo ' GIVARO version 3.2.10 or greater is required for this library to compile. Please' 130 echo ' make sure GIVARO is installed and specify its location with the option' 131 echo ' --with-givaro=<prefix> when running configure.' 132 echo '*******************************************************************************' 133 exit 1 134 exit 1 135 ]) 126 136 LB_CHECK_SACLIB 127 137 LB_CHECK_LIDIA … … 156 166 examples/fields/Makefile 157 167 examples/Readme-make 158 gmp++/Makefile159 168 doc/Makefile 160 169 linbox/Makefile … … 171 180 linbox/switch/Makefile 172 181 linbox/util/Makefile 173 linbox/util/gmp++/Makefile174 182 linbox/util/formats/Makefile 175 183 linbox/vector/Makefile -
trunk/linbox/examples
- Property svn:ignore
-
old new 15 15 blackbox 16 16 integers 17 Readme-make
-
- Property svn:ignore
-
trunk/linbox/interfaces/sage
- Property svn:ignore
-
old new 1 .libs 1 2 Makefile 2 3 Makefile.in
-
- Property svn:ignore
-
trunk/linbox/linbox
- Property svn:ignore
-
old new 2 2 Makefile.in 3 3 linbox-config.h 4 .libs
-
- Property svn:ignore
-
trunk/linbox/linbox/randiter/Makefile.am
r2962 r2972 2 2 pkgincludesubdir=$(pkgincludedir)/randiter 3 3 4 AM_C PPFLAGS=-Wall -O25 4 AM_CXXFLAGS = -O2 -Wall -DDISABLE_COMMENTATOR $(GMP_CFLAGS) $(NTL_CFLAGS) $(ATLAS_CFLAGS) $(GIVARO_CFLAGS) 5 6 6 BASIC_HDRS = \ 7 7 abstract.h \ -
trunk/linbox/tests
- Property svn:ignore
-
old new 54 54 test-matrix-stream 55 55 test-mg-block-lanczos 56 test-modular-balance -int56 test-modular-balanced-int 57 57 test-modular-byte 58 58 test-modular-double
-
- Property svn:ignore
