octave-maintainers
[Top][All Lists]
Advanced

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

Re: parallel 3.0.0 released


From: Olaf Till
Subject: Re: parallel 3.0.0 released
Date: Tue, 14 Jul 2015 21:53:10 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Jul 14, 2015 at 10:11:58AM -0600, Orion Poplawski wrote:
> On 07/14/2015 09:50 AM, Olaf Till wrote:
> > 
> > Thanks for checking. I've added a configure link test for this
> > symbol. Hope it works, did not check the negative case since I'd have
> > to recompile gnutls fot this ...
> 
> I'm afraid the check doesn't work when compiled with -O2 because the
> optimization throws away the variable.  Would need -O0 or to do something with
> the values, like:
> 
>       [AC_LANG_PROGRAM([[#include <gnutls/gnutls.h>]
>                         [#include <stdio.h>]],
>                        [[printf("%x",&gnutls_srp_2048_group_prime);]])],

It's corrected now, thanks.

On Tue, Jul 14, 2015 at 10:28:26AM -0600, Orion Poplawski wrote:
> I Fedora we have to patch the makefile to remove the "-s" (strip) option so
> that proper debuginfo information would be present.  I don't know of many
> other octave packages that do this and it would be nice to not have to
> maintain this patch.

Removed the -s option for now. But maybe there will be some policy in
OF for this later.

If nothing else happens, I'll request a bug fix release tomorrow.

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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