~ubuntu-branches/ubuntu/natty/suitesparse/natty

« back to all changes in this revision

Viewing changes to BTF/MATLAB/btf_install.m

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function btf_install
 
2
%BTF_INSTALL compile and install BTF for use in MATLAB.
 
3
% Your current working directory must be BTF/MATLAB for this function to work.
 
4
%
 
5
% Example:
 
6
%   btf_install
 
7
%
 
8
% See also btf, maxtrans, stroncomp, dmperm.
 
9
 
 
10
% Copyright 2004-2007, Tim Davis, University of Florida
 
11
 
 
12
btf_make
 
13
addpath (pwd) ;
 
14
fprintf ('BTF has been compiled and installed.  The path:\n') ;
 
15
disp (pwd) ;
 
16
fprintf ('has been added to your path.  Use pathtool to add it permanently.\n');
 
17
btf_demo