Skip to content

Instantly share code, notes, and snippets.

/of.diff Secret

Created July 26, 2013 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/da631a8a67b9fbf364bb to your computer and use it in GitHub Desktop.
Save anonymous/da631a8a67b9fbf364bb to your computer and use it in GitHub Desktop.
diff -r 803d75af88ca Makefile.in
--- a/Makefile.in Thu Jul 25 21:29:53 2013 -0400
+++ b/Makefile.in Sat Jul 27 02:52:22 2013 +0530
@@ -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)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,geometry miscellaneous struct optim specfun general signal communications image io statistics control odepkg)
MAKE_SHARED_FROM_STATIC := \
$(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)
diff -r 803d75af88ca build_packages.m
--- a/build_packages.m Thu Jul 25 21:29:53 2013 -0400
+++ b/build_packages.m Sat Jul 27 02:52:22 2013 +0530
@@ -11,3 +11,5 @@
pkg install image-2.0.0.tar.gz
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 odepkg-0.8.4.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment