[Lunar-commits] r21934 - moonbase/trunk/science/octave
Dennis Veatch
stumbles at lunar-linux.org
Wed Oct 25 15:41:38 CEST 2006
Author: stumbles
Date: 2006-10-25 15:41:38 +0200 (Wed, 25 Oct 2006)
New Revision: 21934
Modified:
moonbase/trunk/science/octave/BUILD
moonbase/trunk/science/octave/DEPENDS
Log:
Removing some tabs and adding an optional depends.
Modified: moonbase/trunk/science/octave/BUILD
===================================================================
--- moonbase/trunk/science/octave/BUILD 2006-10-25 13:37:28 UTC (rev 21933)
+++ moonbase/trunk/science/octave/BUILD 2006-10-25 13:41:38 UTC (rev 21934)
@@ -1,14 +1,15 @@
(
- bad_flags -ffast-math &&
+
+ bad_flags -ffast-math &&
./configure --sysconfdir=/etc \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var \
--enable-shared \
- --with-g77 \
- --enable-dl \
- --enable-rpath \
- $OPTS &&
+ --with-g77 \
+ --enable-dl \
+ --enable-rpath \
+ $OPTS &&
default_make
Modified: moonbase/trunk/science/octave/DEPENDS
===================================================================
--- moonbase/trunk/science/octave/DEPENDS 2006-10-25 13:37:28 UTC (rev 21933)
+++ moonbase/trunk/science/octave/DEPENDS 2006-10-25 13:41:38 UTC (rev 21934)
@@ -1,2 +1,4 @@
-depends fftw &&
-depends gnuplot
+depends fftw &&
+depends gnuplot &&
+
+optional_depends "gperf" "" "" "if you need to recreate oct-gperf.h"
More information about the Lunar-commits
mailing list