annotate build_packages.m @ 3634:3b4116a23496

of-netcdf: update to 1.0.5 * src/of-netcdf.mk: update version,checksum * build_packages.m: update netcdf
author John Donoghue <john.donoghue@ieee.org>
date Mon, 30 Jun 2014 20:34:29 -0400
parents a85e88fdc89f
children 259f15992a85
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
3604
946d97106a0d of-miscellaneous: update to 1.2.1
John Donoghue
parents: 3601
diff changeset
10 pkg install miscellaneous-1.2.1.tar.gz
3408
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
3601
2d148d18a8b6 of-optim: update to 1.3.1
John Donoghue
parents: 3598
diff changeset
12 pkg install optim-1.3.1.tar.gz
3408
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
3615
a85e88fdc89f of-control: update to 2.6.5
John Donoghue <john.donoghue@ieee.org>
parents: 3604
diff changeset
14 pkg install control-2.6.5.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
3593
9a78c7c94ba8 of-*: update of-control=2.6.3, of-io=2.2.1, io-image=2.2.1
John Donoghue <john.donoghue@ieee.org>
parents: 3557
diff changeset
17 pkg install image-2.2.1.tar.gz
3598
4b4650c7bc44 of-*: updated control=2.6.4, io=2.2.2, quaterion=2.2.1, fits=1.0.5, netcdf=1.0.4
John Donoghue
parents: 3593
diff changeset
18 pkg install io-2.2.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
3598
4b4650c7bc44 of-*: updated control=2.6.4, io=2.2.2, quaterion=2.2.1, fits=1.0.5, netcdf=1.0.4
John Donoghue
parents: 3593
diff changeset
29 pkg install quaternion-2.2.1.tar.gz
4b4650c7bc44 of-*: updated control=2.6.4, io=2.2.2, quaterion=2.2.1, fits=1.0.5, netcdf=1.0.4
John Donoghue
parents: 3593
diff changeset
30 pkg install fits-1.0.5.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
3634
3b4116a23496 of-netcdf: update to 1.0.5
John Donoghue <john.donoghue@ieee.org>
parents: 3615
diff changeset
34 pkg install netcdf-1.0.5.tar.gz