annotate build_packages.m @ 3354:0155a6dfded1

Update of-xxxxx packages to latest of octave-forge * index.html: update package versions: communications=1.2.0, signal=1.2.0, control=2.6.0. * src/of-communications.mk: update checksum. * src/of-signal.mk: update checksum. * src/control.mk: update checksum. * src/of-communications-1-fixes.patch: removed patch. * dist-files.mk: removed of-communications-1-fixes.patch. * build_packages.m: update for updated package versions.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 08 Dec 2013 20:51:14 -0500
parents 730fe4ac1a29
children 796da09563d0
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");
3250
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
3 pkg install -global -auto general-1.3.2.tar.gz
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
4 pkg install -global -auto miscellaneous-1.2.0.tar.gz
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
5 pkg install -global -auto struct-1.0.10.tar.gz
3353
730fe4ac1a29 Update optim version number to 1.2.2 in build_packages.m
John Donoghue <john.donoghue@ieee.org>
parents: 3250
diff changeset
6 pkg install -global -auto optim-1.2.2.tar.gz
3250
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
7 pkg install -global -auto specfun-1.1.0.tar.gz
3354
0155a6dfded1 Update of-xxxxx packages to latest of octave-forge
John Donoghue <john.donoghue@ieee.org>
parents: 3353
diff changeset
8 pkg install -global -auto control-2.6.0.tar.gz
0155a6dfded1 Update of-xxxxx packages to latest of octave-forge
John Donoghue <john.donoghue@ieee.org>
parents: 3353
diff changeset
9 pkg install -global -auto signal-1.2.2.tar.gz
0155a6dfded1 Update of-xxxxx packages to latest of octave-forge
John Donoghue <john.donoghue@ieee.org>
parents: 3353
diff changeset
10 pkg install -global -auto communications-1.2.0.tar.gz
3250
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
11 pkg install -global -auto image-2.0.0.tar.gz
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
12 pkg install -global -auto io-1.2.0.tar.gz
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 2960
diff changeset
13 pkg install -global -auto statistics-1.1.3.tar.gz