[Lunar-commits] <moonbase> octave: Bumping this. However, now that we have moved to glibc-2.10.1 it segfaults upon launch. The trouble is, the prior version did the samething. At this point I have not found a work around, patch, etc.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Oct 1 13:56:23 CEST 2009
commit 5d3d3e7cf1e6335e8ab61826431eb007d7c20d08
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Oct 1 07:56:23 2009 -0400
octave: Bumping this. However, now that we have moved to glibc-2.10.1 it segfaults
upon launch. The trouble is, the prior version did the samething. At this point I
have not found a work around, patch, etc.
---
science/octave/BUILD | 7 ++++---
science/octave/DEPENDS | 10 +++++++---
science/octave/DETAILS | 6 +++---
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/science/octave/BUILD b/science/octave/BUILD
index bcb7f2c..ed4adeb 100644
--- a/science/octave/BUILD
+++ b/science/octave/BUILD
@@ -1,13 +1,14 @@
(
- bad_flags -ffast-math &&
+# bad_flags -ffast-math &&
+ mkdir -p /usr/share/octave/$VERSION/etc/doc-cache &&
+
./configure --sysconfdir=/etc \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var \
- --enable-shared \
+ --enable-shared \
--with-g77 \
- --enable-dl \
--enable-rpath \
$OPTS &&
diff --git a/science/octave/DEPENDS b/science/octave/DEPENDS
index 76f6e17..c6c1909 100644
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -1,4 +1,8 @@
-depends fftw &&
-depends gnuplot &&
+depends gnuplot
+
+optional_depends "readline" "--enable-readline" "--disable-readline" "for readline support"
+optional_depends "curl" "--with-curl" "--without-curl" "for curl support"
+optional_depends "fftw" "--with-fftw" "--without-fftw" "for system fftw support"
+optional_depends "zlib" "--with-zlib" "--without-zlib" "for zlib support"
+optional_depends "gperf" "" "" "if you need to recreate oct-gperf.h"
-optional_depends "gperf" "" "" "if you need to recreate oct-gperf.h"
diff --git a/science/octave/DETAILS b/science/octave/DETAILS
index 4ee18cd..b28844b 100644
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,11 +1,11 @@
MODULE=octave
- VERSION=3.2.2
+ VERSION=3.2.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=ftp://ftp.octave.org/pub/octave
- SOURCE_VFY=sha1:6508738789e05f00397aa3bfad51fa7d43d55b14
+ SOURCE_VFY=sha1:7a188ffd55ac1efb2f480fa2aed94e66d3596f34
WEB_SITE=http://www.octave.org
ENTERED=20030604
- UPDATED=20090810
+ UPDATED=20090930
MAINTAINER=jmhodges at lunar-linux.org
SHORT="Numerical computation suite mostly compatible with MATLAB"
PSAFE=no
More information about the Lunar-commits
mailing list