Show
Ignore:
Timestamp:
06/14/08 20:25:46 (5 months ago)
Author:
pernet
Message:

* add the sage-interface macro file
* clean up the documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/macros/blas-check.m4

    r2877 r2968  
    1111 
    1212AC_ARG_WITH(blas, 
    13             [  --with-blas=<lib>|yes  
    14                                            Use BLAS library. This library is mandatory for LinBox compilation.                                     
    15                                            If argument is yes or <empty> that means the library is reachable with the standard 
    16                                            search path (/usr or /usr/local). 
    17                                            Otherwise you give the <path> to the directory which contain the library.                     
     13[  --with-blas=<lib>|yes Use BLAS library. This library is mandatory for LinBox 
     14                        compilation. If argument is yes or <empty> that means  
     15                        the library is reachable with the standard search path  
     16                        (/usr or /usr/local). Otherwise you give the <path> to  
     17                        the directory which contain the library. 
    1818             ], 
    1919             [if test "$withval" = yes ; then