octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feature freeze for 3.2 release?


From: Thomas Treichl
Subject: Re: feature freeze for 3.2 release?
Date: Tue, 17 Feb 2009 21:27:37 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

John W. Eaton schrieb:
I'd like to have a short feature freeze (perhaps 2-3 weeks) while we
focus primarily on testing and fixing any bugs that turn up.  Then
I'll branch for the release, make another snapshot or two, and then
make the release.  Perhaps that can happen by the middle of March.

Are there any objections to this plan?

I'll start by making a new snapshot today or tomorrow.  Are there any
outstanding changesets or any serious bugs that should be considered
before I make the snapshot?

Please find attached a changeset that documents the framework configure options that have been added recently.

Best regards,

  Thomas
# HG changeset patch
# User Thomas Treichl <address@hidden>
# Date 1234902300 -3600
# Node ID 4d5da33596c6251c18f0275bad965329a9d85cf2
# Parent  45524925bed9054531132c2ef45ff620435674ba
Add documentation for configure options "--without-framework-carbon" and 
"--without-framework-opengl".

diff --git a/doc/ChangeLog b/doc/ChangeLog
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-17  Thomas Treichl  <address@hidden>
+
+       * interpreter/install.txi: Add documentation for configure options
+       "--without-framework-carbon" and "--without-framework-opengl".
+
 2009-02-11  John W. Eaton  <address@hidden>
 
        * interpreter/Makefile.in (uninstall): Use $(DESTDIR) here too.
diff --git a/doc/interpreter/install.txi b/doc/interpreter/install.txi
--- a/doc/interpreter/install.txi
+++ b/doc/interpreter/install.txi
@@ -148,6 +148,19 @@
 libraries that cause problems for some reason.  You can also use
 @code{--with-blas=lib} to specify a particular BLAS library
 @code{-llib} that configure doesn't check for automatically.
+
address@hidden --without-framework-carbon
+Don't use framework Carbon headers, libraries and specific source code
+for compilation even if the configure test succeeds (the default value
+is @code{--with-framework-carbon}). This is a platform specific configure
+option for Mac systems.
+
address@hidden --without-framework-opengl
+Don't use framework OpenGL headers, libraries and specific source code
+for compilation even if the configure test succeeds. If this option is
+given then OpenGL headers and libraries in standard system locations are
+tested (the default value is @code{--with-framework-opengl}). This is a
+platform specific configure option for Mac systems.
 
 @item --help
 Print a summary of the options recognized by the configure script.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]