changeset 2960:c0061a9c3288

build_packages.m: new file
author John W. Eaton <jwe@octave.org>
date Mon, 14 Jan 2013 16:21:55 -0500
parents 8699e14e6b77
children 170d65292853
files build_packages.m
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build_packages.m	Mon Jan 14 16:21:55 2013 -0500
@@ -0,0 +1,13 @@
+more ("off");
+echo ("on");
+pkg install general-1.3.2.tar.gz
+pkg install miscellaneous-1.2.0.tar.gz
+pkg install struct-1.0.10.tar.gz
+pkg install optim-1.2.2a.tar.gz
+pkg install specfun-1.1.0.tar.gz
+pkg install control-2.4.1.tar.gz
+pkg install signal-1.2.0.tar.gz
+pkg install communications-1.1.1a.tar.gz
+pkg install image-2.0.0.tar.gz
+pkg install io-1.2.0.tar.gz
+pkg install statistics-1.1.3.tar.gz