comparison build_packages.m @ 3459:bc0e6c5189cd

build_packages.m: cd to src folder to install src packages * build_packages.m: cd to folder where build_packages.m is to install the .tar.gz packages.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 27 Jan 2014 20:50:22 -0500
parents da62528d53fb
children 22cf662c5584
comparison
equal deleted inserted replaced
3458:608931797a53 3459:bc0e6c5189cd
1 more ("off"); 1 more ("off");
2 echo ("on"); 2 echo ("on");
3 % cd to script directory as the packages files are in the same place
4 [packagedir] = fileparts(mfilename("fullpathext"));
5 if length(packagedir) > 0
6 cd(packagedir);
7 endif
8 % install the packages
3 pkg install general-1.3.2.tar.gz 9 pkg install general-1.3.2.tar.gz
4 pkg install miscellaneous-1.2.0.tar.gz 10 pkg install miscellaneous-1.2.0.tar.gz
5 pkg install struct-1.0.10.tar.gz 11 pkg install struct-1.0.10.tar.gz
6 pkg install optim-1.2.2.tar.gz 12 pkg install optim-1.2.2.tar.gz
7 pkg install specfun-1.1.0.tar.gz 13 pkg install specfun-1.1.0.tar.gz