[Lunar-commits] <moonbase-other> octave: fix some optional dependencies and version bumped

v4hn me at v4hn.de
Mon Jul 9 19:50:25 CEST 2012


commit 1f505235a285ee2567f24859cc490b09b5accf68
Author: v4hn <me at v4hn.de>
Date: Mon, 09 Jul 2012 10:50:25 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1f505235a285ee2567f24859cc490b09b5accf68

octave: fix some optional dependencies and version bumped
---
  science/octave/DEPENDS                                       +3/-5     
  science/octave/DETAILS                                       +5/-7     
  2 files changed, 8 insertions (+), 12 deletions (-)

--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -2,14 +2,12 @@ depends gnuplot
 
 optional_depends "SuiteSparse" "" "" "for matrix support, Recommended."
 optional_depends "gperf"    ""                  ""                   "if you need to recreate oct-gperf.h"
-optional_depends "qhull"    ""                  "--without-qhull"    "for qhull support"
+optional_depends "qhull"    "--with-qhull"      "--without-qhull"    "for qhull support"
 optional_depends "zlib"     "--with-z"          "--without-z"        "for lossless compression support"
 optional_depends "readline" "--enable-readline" "--disable-readline" "for readline support"
 optional_depends "curl"     "--with-curl"       "--without-curl"     "for curl support"
-optional_depends "fftw3"    "--with-fftw3"      "--without-fftw3"    "for system fftw support"
+optional_depends "fftw3"    "--with-fftw3 --with-fftw3f"      "--without-fftw3 --without-fftw3f"    "for system fftw support"
 optional_depends "hdf5"     "--with-hdf5"       "--without-hdf5"     "for hdf5 support"
 optional_depends "glpk"     "--with-glpk"       "--without-glpk"     "for linear programming support"
 
-optional_depends "lapack"   "--with-lapack=/usr/lib/lapack_LINUX.a  \
-                             --with-blas=/usr/lib/blas\_LINUX.a"    \
-                            "" "for lapack support"
+optional_depends "lapack"   "--with-lapack=/usr/lib/lapack_LINUX.a --with-blas=/usr/lib/blas\_LINUX.a" "" "for lapack support"
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,15 +1,13 @@
           MODULE=octave
-         VERSION=3.4.3
+         VERSION=3.6.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=ftp://ftp.gnu.org/gnu/octave/
-      SOURCE_VFY=sha1:fe622c28a38f8730c59e46211bc7b18e7f51a679
+      SOURCE_URL=$GNU_URL/$MODULE/
+      SOURCE_VFY=sha1:145fef0122268086727a60e1c33e29d56fd546d7
         WEB_SITE=http://www.octave.org
          ENTERED=20030604
-         UPDATED=20120106
-      MAINTAINER=jmhodges at lunar-linux.org
+         UPDATED=20120708
            SHORT="Numerical computation suite mostly compatible with MATLAB"
-
-PSAFE=no
+           PSAFE=no
 cat << EOF
 Octave is a high-level interactive language, primarily intended
 for numerical computations that is mostly compatible with MATLAB.




More information about the Lunar-commits mailing list