changeset 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 bc7e18e12dcc
files build_packages.m dist-files.mk index.html src/of-communications-1-fixes.patch src/of-communications.mk src/of-control.mk src/of-signal.mk
diffstat 7 files changed, 9 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/build_packages.m	Sun Dec 08 20:50:01 2013 -0500
+++ b/build_packages.m	Sun Dec 08 20:51:14 2013 -0500
@@ -5,9 +5,9 @@
 pkg install -global -auto struct-1.0.10.tar.gz
 pkg install -global -auto optim-1.2.2.tar.gz
 pkg install -global -auto specfun-1.1.0.tar.gz
-pkg install -global -auto control-2.4.1.tar.gz
-pkg install -global -auto signal-1.2.0.tar.gz
-pkg install -global -auto communications-1.1.1a.tar.gz
+pkg install -global -auto control-2.6.0.tar.gz
+pkg install -global -auto signal-1.2.2.tar.gz
+pkg install -global -auto communications-1.2.0.tar.gz
 pkg install -global -auto image-2.0.0.tar.gz
 pkg install -global -auto io-1.2.0.tar.gz
 pkg install -global -auto statistics-1.1.3.tar.gz
--- a/dist-files.mk	Sun Dec 08 20:50:01 2013 -0500
+++ b/dist-files.mk	Sun Dec 08 20:51:14 2013 -0500
@@ -380,7 +380,6 @@
   ocaml-native-1-fixes.patch \
   ocaml-native.mk \
   octave.mk \
-  of-communications-1-fixes.patch \
   of-communications.mk \
   of-control.mk \
   of-general.mk \
--- a/index.html	Sun Dec 08 20:50:01 2013 -0500
+++ b/index.html	Sun Dec 08 20:51:14 2013 -0500
@@ -1938,12 +1938,12 @@
     </tr>
     <tr>
         <td id="of-communications-package">of-communications</td>
-        <td id="of-communications-version">1.1.1</td>
+        <td id="of-communications-version">1.2.0</td>
         <td id="of-communications-website"><a href="http://octave.sf.net/">Octave Forge communications package</a></td>
     </tr>
     <tr>
         <td id="of-control-package">of-control</td>
-        <td id="of-control-version">2.4.1</td>
+        <td id="of-control-version">2.6.0</td>
         <td id="of-control-website"><a href="http://octave.sf.net/">Octave Forge control package</a></td>
     </tr>
     <tr>
@@ -1973,7 +1973,7 @@
     </tr>
     <tr>
         <td id="of-signal-package">of-signal</td>
-        <td id="of-signal-version">1.2.0</td>
+        <td id="of-signal-version">1.2.2</td>
         <td id="of-signal-website"><a href="http://octave.sf.net/">Octave Forge signal package</a></td>
     </tr>
     <tr>
--- a/src/of-communications-1-fixes.patch	Sun Dec 08 20:50:01 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-diff -rNu a/src/Makefile b/src/Makefile
---- a/src/Makefile	2012-05-08 08:06:50.000000000 -0400
-+++ b/src/Makefile	2013-01-11 22:50:36.000000000 -0500
-@@ -1,6 +1,6 @@
- sinclude Makeconf
- 
--HDF5_LIBS := $(shell  grep "\#define OCTAVE_CONF_HDF5_LIBS"  $(shell  $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h | sed 's/^.*LIBS //;s/"//g'  )
-+HDF5_LIBS := $(shell  grep "\#define OCTAVE_CONF_HDF5_LIBS"  '$(shell  $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h' | sed 's/^.*LIBS //;s/"//g'  )
- 
- GALOISTARGET = gf.oct
- GALOISSOURCES = galois.cc galois-def.cc galoisfield.cc gf.cc \
--- a/src/of-communications.mk	Sun Dec 08 20:50:01 2013 -0500
+++ b/src/of-communications.mk	Sun Dec 08 20:51:14 2013 -0500
@@ -3,11 +3,10 @@
 
 PKG             := of-communications
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 8c358c02ddd84047db62d5f36125630ea940e41b
+$(PKG)_CHECKSUM := 66ffa1bf7a9a6c0642be8ff92f712ab087b47c90
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := communications
 $(PKG)_FILE     := communications-$($(PKG)_VERSION).tar.gz
-$(PKG)_FIXED_FILE := communications-$($(PKG)_VERSION)a.tar.gz
 $(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
 $(PKG)_DEPS     := of-signal
 
--- a/src/of-control.mk	Sun Dec 08 20:50:01 2013 -0500
+++ b/src/of-control.mk	Sun Dec 08 20:51:14 2013 -0500
@@ -3,7 +3,7 @@
 
 PKG             := of-control
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := c99e049fda72300a3e77a763b9c5a00829f91c0f
+$(PKG)_CHECKSUM := 5647cdd705f62d752b6e838217d8b45cf6a5f0cf
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := control
 $(PKG)_FILE     := control-$($(PKG)_VERSION).tar.gz
--- a/src/of-signal.mk	Sun Dec 08 20:50:01 2013 -0500
+++ b/src/of-signal.mk	Sun Dec 08 20:51:14 2013 -0500
@@ -3,7 +3,7 @@
 
 PKG             := of-signal
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 87ed51b878ac49d32c328032500dff452132240b
+$(PKG)_CHECKSUM := 02d30ac92cb1ecb94247c9ce993f8a296081bf53
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := signal
 $(PKG)_FILE     := signal-$($(PKG)_VERSION).tar.gz