help-octave
[Top][All Lists]
Advanced

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

Re: GNU Octave 3.4.3 Released - MacPorts portfile


From: Ben Abbott
Subject: Re: GNU Octave 3.4.3 Released - MacPorts portfile
Date: Mon, 10 Oct 2011 15:07:16 -0400

On Oct 10, 2011, at 12:00 PM, Lukas Reichlin wrote:

> On 10.10.2011, at 17:31, John W. Eaton wrote:
> 
>> The Octave developers are pleased to announce the release of GNU
>> Octave 3.4.3.  This version is primarily a bug fixing release.
>> 
>> The source code for Octave 3.4.3 is available for download at:
>> 
>> http://ftp.gnu.org/gnu/octave
>> ftp://ftp.gnu.org/gnu/octave
>> 
>> Please see http://www.gnu.org/order/ftp.html for mirror sites around
>> the world.  Or you may use http://ftpmirror.gnu.org/octave and you
>> will be redirected automatically to a nearby mirror.
>> 
>> Links to binary (executable) versions for various systems will be
>> listed at http://octave.org/download.html as they become
>> available.
>> 
>> Please see http://octave.org/NEWS-3.4.html for a list of significant
>> user-visible changes in this release.
>> 
>> To help improve future versions, please report problems using the
>> Octave bug tracker at http://bugs.octave.org.
>> 
>> Unless critical regressions are found in this release, Octave
>> 3.4.3 will likely be the last in the 3.4.x release series.
>> 
>> As always, many people contributed to this Octave release.  A complete
>> list of contributors may be found in the Octave manual.
>> 
>> GNU Octave is a high-level interpreted language, primarily intended
>> for numerical computations.  It provides capabilities for the numerical
>> solution of linear and nonlinear problems, and for performing
>> other numerical experiments.  It also provides extensive graphics
>> capabilities for data visualization and manipulation.  Octave is
>> normally used through its interactive command line interface, but
>> it can also be used to write non-interactive programs.  The Octave
>> language is quite similar to Matlab so that most programs are easily
>> portable.  A full description of Octave capabilities is available at
>> http://octave.org/docs.html.
>> _______________________________________________
>> Help-octave mailing list
>> address@hidden
>> https://mailman.cae.wisc.edu/listinfo/help-octave
> 
> Hi Ben
> 
> I've modified the octave-devel portfile for 3.4.3. Does it work for you? Do 
> you have any improvements? I'd like to send an updated portfile to MacPorts 
> since this port is not really actively maintained.
> 
> Best regards,
> Lukas
> 
> <Portfile>

Nice! It does build for me.

I notice that the resulting Octave is not able to determine the screensize.

warning: no graphical display found
>> get (0, 'screensize')
ans =

   1   1   1   1

This isn't really a big problem since the units conversion for the figure 
doesn't work correctly.

        https://savannah.gnu.org/bugs/?34198

However, once this bug is fixed, I think it will be important to link to either 
x11 or carbon libs.

Ben


reply via email to

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