annotate build_packages.m @ 3557:b1a7cff2d2a9

Add octave forge of-netcdf package (and support files) * src/of-netcdf.mk: New file. * src/netcdf.mk: Update checksum for version 4.3.0, install to DESTDIR. * src/hdf5.mk: make make and make install separate, modify libtool script to enable dynamic build of all sub libraries. * index.html: added of-netcdf * dist-files.mk: add of-netcdf.mk * Makefile.in: add of-netcdf * build_packages.m: add install of netcdf-1.0.2.tar.gz
author John Donoghue <john.donoghue@ieee.org>
date Thu, 06 Mar 2014 18:34:21 -0500
parents 26bd1899d7a7
children 9a78c7c94ba8
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
3557
b1a7cff2d2a9 Add octave forge of-netcdf package (and support files)
John Donoghue <john.donoghue@ieee.org>
parents: 3548
diff changeset
34 pkg install netcdf-1.0.2.tar.gz