octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave-maintainers Digest, Vol 86, Issue 14


From: david wybourn
Subject: Re: Octave-maintainers Digest, Vol 86, Issue 14
Date: Sat, 11 May 2013 15:51:14 +0100




On 10 May 2013 18:00, <address@hidden> wrote:
Send Octave-maintainers mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://mailman.cae.wisc.edu/listinfo/octave-maintainers
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Octave-maintainers digest..."


Today's Topics:

   1. octcdf 1.1.6 released (Carn? Draug)
   2. Re: Build error on CentOS 6.3 (Jordi Guti?rrez Hermoso)
   3. Re: Release Plans (Paryshaan)
   4. Re: Build error on CentOS 6.3 (Leo Liu)
   5. Re: Release Plans (Ben Abbott)
   6. Re: Release Plans (Jordi Guti?rrez Hermoso)
   7. Re: Build error on CentOS 6.3 (Jordi Guti?rrez Hermoso)


----------------------------------------------------------------------

Message: 1
Date: Fri, 10 May 2013 02:58:13 +0100
From: Carn? Draug <address@hidden>
To: address@hidden, Octave Help
        <address@hidden>
Subject: octcdf 1.1.6 released
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Hi everyone

a new release of the octcdf package is out, version 1.1.6, by
Alexander Barth. Enjoy Octave responsibly.

Carn?


------------------------------

Message: 2
Date: Thu, 9 May 2013 22:40:13 -0400
From: Jordi Guti?rrez Hermoso <address@hidden>
To: Leo Liu <address@hidden>
Cc: Octave Maintainers List <address@hidden>
Subject: Re: Build error on CentOS 6.3
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset=UTF-8

On 9 May 2013 20:29, Leo Liu <address@hidden> wrote:
> The configure script could be more helpful.

The configure script for the development version, sure. You shouldn't
be using it unless you plan to participate in Octave development.
Please discuss improvements to it on the maintainers' list.

> Make sure you have: qscintilla-devel, texinfo-tex and gperftools-devel

gperftools-devel? What is that supposed to be for?

- Jordi G. H.


------------------------------

Message: 3
Date: Wed, 8 May 2013 20:37:33 -0700 (PDT)
From: Paryshaan <address@hidden>
To: address@hidden
Subject: Re: Release Plans
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii

>Do you really care which compiler is used to create the binaries? Is
>mingw producing incorrect or slow binaries?

yes, mingw is slow as i tested. But i'm using GUI Octave 1.7 as editor and
it is designed for windows. so i should use windows version of binaries. but
as mentioned in top of this plan if  we have "A working GUI" maybe there's
no need to GUI Octave.


>If you do care, you'll have to figure out a way to convince or help
>Michael Goffioul to make binaries faster or you'll have to do it
>yourself.

good idea!
I will think on it.

thank you.




--
View this message in context: http://octave.1599824.n4.nabble.com/Release-Plans-tp4652127p4652754.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


------------------------------

Message: 4
Date: Fri, 10 May 2013 11:13:25 +0800
From: Leo Liu <address@hidden>
To: address@hidden
Subject: Re: Build error on CentOS 6.3
Message-ID: <address@hidden>
Content-Type: text/plain; charset=iso-8859-1

On 2013-05-10 10:40 +0800, Jordi Guti?rrez Hermoso wrote:
> On 9 May 2013 20:29, Leo Liu <address@hidden> wrote:
>> The configure script could be more helpful.
>
> The configure script for the development version, sure. You shouldn't
> be using it unless you plan to participate in Octave development.
> Please discuss improvements to it on the maintainers' list.

I am running the devel version for the sake of developing octave mode
for now.

Basically 'configure' doesn't complain and let 'make' run for minutes to
generate the error. This is a huge waste of time. I think I must have
run './configure and make' for a dozen times to fix all errors and
eventually produce a running octave.

>> Make sure you have: qscintilla-devel, texinfo-tex and gperftools-devel
>
> gperftools-devel? What is that supposed to be for?
>
> - Jordi G. H.

'make' keeps complaining 'gperf' not found even though that package is
installed. it stopped after I installed gperftools-devel.

I am not exactly sure what happens.

Leo



------------------------------

Message: 5
Date: Fri, 10 May 2013 21:40:49 +0800
From: Ben Abbott <address@hidden>
To: Paryshaan <address@hidden>
Cc: address@hidden
Subject: Re: Release Plans
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii

On May 9, 2013, at 11:37 AM, Paryshaan wrote:

>> Do you really care which compiler is used to create the binaries? Is
>> mingw producing incorrect or slow binaries?
>
> yes, mingw is slow as i tested. But i'm using GUI Octave 1.7 as editor and
> it is designed for windows. so i should use windows version of binaries. but
> as mentioned in top of this plan if  we have "A working GUI" maybe there's
> no need to GUI Octave.

http://wiki.octave.org/FAQ#What_about_all_the_Octave_GUIs_I_find_on_Google.3F

Ben




------------------------------

Message: 6
Date: Fri, 10 May 2013 09:53:57 -0400
From: Jordi Guti?rrez Hermoso <address@hidden>
To: Paryshaan <address@hidden>
Cc: address@hidden
Subject: Re: Release Plans
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset=UTF-8

On 8 May 2013 23:37, Paryshaan <address@hidden> wrote:
>>Do you really care which compiler is used to create the binaries? Is
>>mingw producing incorrect or slow binaries?
>
> yes, mingw is slow as i tested.

What was your test, how was mingw slow? I believe it's only the
startup time that is slow. What BLAS were you using?

We really want to ensure that mingw is good, because the hope is to
make official binaries with it. We shouldn't need non-free software to
build Octave.

- Jordi G. H.


------------------------------

Message: 7
Date: Fri, 10 May 2013 10:08:04 -0400
From: Jordi Guti?rrez Hermoso <address@hidden>
To: Leo Liu <address@hidden>
Cc: address@hidden
Subject: Re: Build error on CentOS 6.3
Message-ID:
        <CAPHS2gzTMwZB0DoynLmb=biiOQQVd8L=address@hidden>
Content-Type: text/plain; charset=UTF-8

On 9 May 2013 23:13, Leo Liu <address@hidden> wrote:
> Basically 'configure' doesn't complain and let 'make' run for minutes to
> generate the error. This is a huge waste of time.

No warnings either? I see that there is code for warnings for
QScintilla and texinfo.

The configure script is crafted for release tarballs, so at least the
the texinfo dependency doesn't need to be checked as a hard
dependency, because if you're building from hg, you're supposed to
know what you're doing.

> 'make' keeps complaining 'gperf' not found even though that package is
> installed. it stopped after I installed gperftools-devel.

This is odd. What are we using gperf for? It might be a libtool thing.
I'll try to look into it later.

- Jordi G. H.


------------------------------

_______________________________________________
Octave-maintainers mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/octave-maintainers


End of Octave-maintainers Digest, Vol 86, Issue 14
**************************************************


reply via email to

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