Rate This Document
Findability
Accuracy
Completeness
Readability

Installing SPOOLES

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the installation package.
    cd /path/to
    mkdir SPOOLES.2.2
    wget http://www.netlib.org/linalg/spooles/spooles.2.2.tgz
    tar xvf spooles.2.2.tgz -C SPOOLES.2.2
    cd SPOOLES.2.2
  3. Modify the configuration file.
    sed -i '14c\ CC = clang' Make.inc
    sed -i '15c\#CC = /usr/lang-4.0/bin/cc' Make.inc
    sed -i '9c\      draw.c \' Tree/src/makeGlobalLib
  4. Perform the installation.
    make lib