annotate build_packages.m @ 3548:26bd1899d7a7

build_packages.m: update for general-1.3.4 * build_packages.m: update general to 1.3.4.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 23 Feb 2014 20:31:49 -0500
parents a714ce7042c0
children b1a7cff2d2a9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2960
c0061a9c3288 build_packages.m: new file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 more ("off");
c0061a9c3288 build_packages.m: new file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 echo ("on");
3459
bc0e6c5189cd build_packages.m: cd to src folder to install src packages
John Donoghue <john.donoghue@ieee.org>
parents: 3424
diff changeset
3 % cd to script directory as the packages files are in the same place
bc0e6c5189cd build_packages.m: cd to src folder to install src packages
John Donoghue <john.donoghue@ieee.org>
parents: 3424
diff changeset
4 [packagedir] = fileparts(mfilename("fullpathext"));
bc0e6c5189cd build_packages.m: cd to src folder to install src packages
John Donoghue <john.donoghue@ieee.org>
parents: 3424
diff changeset
5 if length(packagedir) > 0
bc0e6c5189cd build_packages.m: cd to src folder to install src packages
John Donoghue <john.donoghue@ieee.org>
parents: 3424
diff changeset
6 cd(packagedir);
bc0e6c5189cd build_packages.m: cd to src folder to install src packages
John Donoghue <john.donoghue@ieee.org>
parents: 3424
diff changeset
7 endif
bc0e6c5189cd build_packages.m: cd to src folder to install src packages
John Donoghue <john.donoghue@ieee.org>
parents: 3424
diff changeset
8 % install the packages
3548
26bd1899d7a7 build_packages.m: update for general-1.3.4
John Donoghue <john.donoghue@ieee.org>
parents: 3492
diff changeset
9 pkg install general-1.3.4.tar.gz
3408
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
10 pkg install miscellaneous-1.2.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
11 pkg install struct-1.0.10.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
12 pkg install optim-1.2.2.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
13 pkg install specfun-1.1.0.tar.gz
3492
a714ce7042c0 Update of-control to 2.6.2
John Donoghue <john.donoghue@ieee.org>
parents: 3491
diff changeset
14 pkg install control-2.6.2.tar.gz
3491
986fca997dbc Update of-signal to 1.3.0
John Donoghue <john.donoghue@ieee.org>
parents: 3470
diff changeset
15 pkg install signal-1.3.0.tar.gz
3408
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
16 pkg install communications-1.2.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
17 pkg install image-2.2.0.tar.gz
3411
7f6d6edbfc18 of-io: update to 2.0.2
John Donoghue <john.donoghue@ieee.org>
parents: 3408
diff changeset
18 pkg install io-2.0.2.tar.gz
3470
22cf662c5584 of-statistics: Update of-statistics to 1.2.3
John Donoghue <john.donoghue@ieee.org>
parents: 3459
diff changeset
19 pkg install statistics-1.2.3.tar.gz
3408
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
20 pkg install geometry-1.7.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
21 pkg install windows-1.2.1.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
22 pkg install odepkg-0.8.4.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
23 pkg install linear-algebra-2.2.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
24 pkg install sockets-1.0.8.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
25 pkg install zenity-0.5.7.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
26 pkg install actuarial-1.1.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
27 pkg install data-smoothing-1.3.0.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
28 pkg install fuzzy-logic-toolkit-0.4.2.tar.gz
e0552735e3f3 build_packages.m: remove -global -auto option
John Donoghue <john.donoghue@ieee.org>
parents: 3407
diff changeset
29 pkg install quaternion-2.2.0.tar.gz
3414
3d24cec05900 Add octave forge fits package
John Donoghue <john.donoghue@ieee.org>
parents: 3411
diff changeset
30 pkg install fits-1.0.3.tar.gz
3419
e7e29aeea726 Add octave forge 'fl-core' package
John Donoghue <john.donoghue@ieee.org>
parents: 3414
diff changeset
31 pkg install fl-core-1.0.0.tar.gz
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents: 3419
diff changeset
32 pkg install tsa-4.2.7.tar.gz
3424
da62528d53fb Add octave forge dicom package
John Donoghue <john.donoghue@ieee.org>
parents: 3421
diff changeset
33 pkg install dicom-0.1.1.tar.gz
3375
796da09563d0 Add of-windows, of-geometry
John Donoghue <john.donoghue@ieee.org>
parents: 3354
diff changeset
34