changeset 3075:8d7005cff4a4 stable

stable octave branch
author John W. Eaton <jwe@octave.org>
date Tue, 04 Dec 2012 07:49:42 -0500
parents f219565c695d
children 790a09af0245
files index.html src/octave-1-fixes.patch src/octave.mk
diffstat 3 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/index.html
+++ b/index.html
@@ -1680,7 +1680,7 @@
     </tr>
     <tr>
         <td id="octave-package">octave</td>
-        <td id="octave-version">3.7.0+</td>
+        <td id="octave-version">3.6.2</td>
         <td id="octave-website"><a href="http://octave.org/">Octave</a></td>
     </tr>
     <tr>
--- a/src/octave-1-fixes.patch
+++ b/src/octave-1-fixes.patch
@@ -1,6 +1,6 @@
---- a/libgnu/unistd.in.h	2012-12-03 12:57:36.000000000 -0500
-+++ b/libgnu/unistd.in.h	2012-12-03 14:22:38.421760035 -0500
-@@ -19,23 +19,7 @@
+--- a/libgnu/unistd.in.h	2012-05-31 11:24:06.000000000 -0400
++++ a/libgnu/unistd.in.h	2012-12-03 21:16:42.442531641 -0500
+@@ -22,23 +22,7 @@
  #endif
  @PRAGMA_COLUMNS@
  
--- a/src/octave.mk
+++ b/src/octave.mk
@@ -3,10 +3,10 @@
 
 PKG             := octave
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 618eda703553b79de4c83b2217ae6c26cef66b01
+$(PKG)_CHECKSUM := ff5d66986789412475d64d8ba2c30714ddfc13c4
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := octave-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL      := http://jweaton.org/$($(PKG)_FILE)
+$(PKG)_URL      := ftp://gnu.org/gnu/octave/$($(PKG)_FILE)
 $(PKG)_DEPS     := arpack blas curl fftw fltk gcc glpk gnuplot graphicsmagick lapack pcre qhull qrupdate readline suitesparse zlib
 
 define $(PKG)_UPDATE
@@ -23,7 +23,6 @@
         --prefix='$(PREFIX)/$(TARGET)' \
         --without-opengl \
         --disable-docs \
-        --disable-gui \
         gl_cv_func_gettimeofday_clobber=no
 
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install