Installing SPOOLES
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- 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
- Perform the installation.
make lib
Parent topic: Configuring the Compilation Environment