INSTALL - Math-SparseMatrix INSTALL


Math-SparseMatrix documentation  | view source Contained in the Math-SparseMatrix distribution.

Index


NAME

Top

INSTALL Installation instructions for Math::SparseMatrix

DEPENDENCIES

Top

This module requires these other modules and libraries:

    Math::SparseVector

SYNOPSIS

Top

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

The exact location of where Math::SparseMatrix will be installed depends on your system configuration.

If you do not have authority to write into system directories, you can install Math::SparseMatrix in a local directory that you own and have permissions to read and write into as follows:

    perl Makefile.PL PREFIX=/YOUR/DIR
    make
    make test
    make install

This will install the module into

    /YOUR/DIR/lib/perl5/site_perl/Math/SparseMatrix.pm

If you install Math::SparseMatrix in a local directory, you will have to explicitly set your PERL5LIB environment variable to include:

    /YOUR/DIR/lib/perl5/site_perl

if this directory was not already included.

Authors

Top

Ted Pedersen, University of Minnesota, Duluth. tpederse at d.umn.edu

Mahesh Joshi, Carnegie Mellon University maheshj at cmu.edu

COPYRIGHT

Top


Math-SparseMatrix documentation  | view source Contained in the Math-SparseMatrix distribution.