Changeset 4 for INSTALL

Show
Ignore:
Timestamp:
03/13/07 10:33:27 (2 years ago)
Author:
pernet
Message:

Clean up the code for charpoly, + misc updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r1 r4  
    2929COMPILATION OF THE TESTS : 
    3030 
    31 To compile the tests, complete the 3 variables given in test/Makefile : 
    32 ATLASROOT=         {the root directory where ATLAS is installed} 
    33 ATLASARCH=         {the architecture-system name given during ATLAS installation.  
    34                     for example Linux_P4SSE2} 
    35 ARCH=              {the architecture parameter for g++. For example pentium4, athlon, ...} 
     31To compile the tests, complete the variables given in test/Makefile and/or uncomment the adequate option: 
     32BLASROOT=         {the directory where the BLAS library is located} 
     33ARCH=              {the architecture parameter for g++. For example pentium4, athlon, opteron,...} 
    3634 
    3735Then simply run make in the test directory.