changeset 3189:f5640ebf00b0

Enabled automatic build of Octave Forge 'windows' package
author Anirudha Bose <ani07nov@gmail.com>
date Sun, 28 Jul 2013 00:30:15 +0530
parents 4d4f59f1c5e6
children c0b508176521
files Makefile.in build_packages.m
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in
+++ b/Makefile.in
@@ -281,7 +281,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)
--- a/build_packages.m
+++ b/build_packages.m
@@ -12,3 +12,4 @@
 pkg install io-1.2.0.tar.gz
 pkg install statistics-1.1.3.tar.gz
 pkg install geometry-1.7.0.tar.gz
+pkg install windows-1.2.1.tar.gz