diff Makefile.in @ 3377:831e8b94553f

Include Octave Forge 'linear-algebra' package
author Anirudha Bose <ani07nov@gmail.com>
date Sun, 28 Jul 2013 01:29:13 +0530
parents 89dea9a48953
children 654ecdc435a4
line wrap: on
line diff
--- a/Makefile.in	Sun Jul 28 00:46:28 2013 +0530
+++ b/Makefile.in	Sun Jul 28 01:29:13 2013 +0530
@@ -350,7 +350,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 windows odepkg)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)