Changeset 2972 for trunk/linbox

Show
Ignore:
Timestamp:
06/14/08 20:43:31 (6 months ago)
Author:
pernet
Message:

Update the svn:ignore properties and make Givaro mandatory

Location:
trunk/linbox
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox

    • Property svn:ignore
      •  

        old new  
        2424linbox-config.h.in 
        2525INSTALL 
         26_configs.sed 
  • trunk/linbox/configure.in

    r2961 r2972  
    123123 
    124124LB_CHECK_NTL 
    125 LB_CHECK_GIVARO 
     125LB_CHECK_GIVARO(,,[ 
     126echo '*******************************************************************************' 
     127echo ' ERROR: GIVARO not found!' 
     128echo 
     129echo ' GIVARO version 3.2.10 or greater is required for this library to compile. Please' 
     130echo ' make sure GIVARO is installed and specify its location with the option' 
     131echo ' --with-givaro=<prefix> when running configure.' 
     132echo '*******************************************************************************' 
     133exit 1 
     134exit 1 
     135]) 
    126136LB_CHECK_SACLIB 
    127137LB_CHECK_LIDIA 
     
    156166examples/fields/Makefile 
    157167examples/Readme-make 
    158 gmp++/Makefile 
    159168doc/Makefile 
    160169linbox/Makefile 
     
    171180linbox/switch/Makefile 
    172181linbox/util/Makefile 
    173 linbox/util/gmp++/Makefile 
    174182linbox/util/formats/Makefile 
    175183linbox/vector/Makefile 
  • trunk/linbox/examples

    • Property svn:ignore
      •  

        old new  
        1515blackbox 
        1616integers 
         17Readme-make 
  • trunk/linbox/interfaces/sage

    • Property svn:ignore
      •  

        old new  
         1.libs 
        12Makefile 
        23Makefile.in 
  • trunk/linbox/linbox

    • Property svn:ignore
      •  

        old new  
        22Makefile.in 
        33linbox-config.h 
         4.libs 
  • trunk/linbox/linbox/randiter/Makefile.am

    r2962 r2972  
    22pkgincludesubdir=$(pkgincludedir)/randiter 
    33 
    4 AM_CPPFLAGS=-Wall -O2 
    5  
     4AM_CXXFLAGS = -O2 -Wall -DDISABLE_COMMENTATOR $(GMP_CFLAGS) $(NTL_CFLAGS) $(ATLAS_CFLAGS) $(GIVARO_CFLAGS) 
     5  
    66BASIC_HDRS =                            \ 
    77        abstract.h                      \ 
  • trunk/linbox/tests

    • Property svn:ignore
      •  

        old new  
        5454test-matrix-stream 
        5555test-mg-block-lanczos 
        56 test-modular-balance-int 
         56test-modular-balanced-int 
        5757test-modular-byte 
        5858test-modular-double