Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Cephes licence : repackage?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Julien Puydt  
View profile  
 More options May 18 2012, 3:42 pm
From: Julien Puydt <julien.pu...@laposte.net>
Date: Fri, 18 May 2012 21:42:32 +0200
Local: Fri, May 18 2012 3:42 pm
Subject: Cephes licence : repackage?
Hi,

I ask because I stumbled on the following thread :
http://lists.debian.org/debian-legal/2004/12/msg00295.html
after this thread, a debian bug report was closed ; look closely the
associated changelog :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287507
the mail mentioned is the following :
https://portal.sbgrid.org/docs/usr_doc/grace-5.1.22/cephes-license.email

It doesn't seem sage got the cephes code from one of those places where
it was released under a GPL licence ; perhaps it would be worth
repackaging?

Snark on #sagemath


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Volker Braun  
View profile  
 More options May 19 2012, 7:58 pm
From: Volker Braun <vbraun.n...@gmail.com>
Date: Sat, 19 May 2012 16:58:11 -0700 (PDT)
Local: Sat, May 19 2012 7:58 pm
Subject: Re: Cephes licence : repackage?

Currently, the cephes package only prints:

"We do not install the cephes library on any operating system except
Cygwin."

I think boost.math would be a better choice of special function library
e.g. for systems where the libc implementation sucks. Also, it seems like
cephes is included in scipy distribution
(scipy-0.9.p1/src/scipy/special/cephes/) so we ship it already.

Remove the cephes spkg?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Hansen  
View profile  
 More options May 19 2012, 8:15 pm
From: Mike Hansen <mhan...@gmail.com>
Date: Sat, 19 May 2012 17:15:06 -0700
Local: Sat, May 19 2012 8:15 pm
Subject: Re: [sage-devel] Re: Cephes licence : repackage?

On Sat, May 19, 2012 at 4:58 PM, Volker Braun <vbraun.n...@gmail.com> wrote:
> I think boost.math would be a better choice of special function library e.g.
> for systems where the libc implementation sucks.

I don't think that boost.math supports the things that we need it to,
for example complex.h.

>Also, it seems like cephes
> is included in scipy distribution (scipy-0.9.p1/src/scipy/special/cephes/)
> so we ship it already.

I believe this is something totally different.

--Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Volker Braun  
View profile  
 More options May 19 2012, 8:33 pm
From: Volker Braun <vbraun.n...@gmail.com>
Date: Sat, 19 May 2012 17:33:17 -0700 (PDT)
Local: Sat, May 19 2012 8:33 pm
Subject: Re: [sage-devel] Re: Cephes licence : repackage?

On Saturday, May 19, 2012 8:15:06 PM UTC-4, Mike Hansen wrote:

> I don't think that boost.math supports the things that we need it to,
> for example complex.h.

Oh I see you are saying they don't support complex arguments for all
functions.

> >Also, it seems like cephes
> > is included in scipy distribution
> (scipy-0.9.p1/src/scipy/special/cephes/)
> I believe this is something totally different.

I'm pretty sure this is the same cephes, the sources contain "Cephes Math
Library Release 2.3:  March, 1995 Copyright 1984, 1995 by Stephen L.
Moshier".

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Hansen  
View profile  
 More options May 19 2012, 8:42 pm
From: Mike Hansen <mhan...@gmail.com>
Date: Sat, 19 May 2012 17:42:14 -0700
Local: Sat, May 19 2012 8:42 pm
Subject: Re: [sage-devel] Re: Cephes licence : repackage?

On Sat, May 19, 2012 at 5:33 PM, Volker Braun <vbraun.n...@gmail.com> wrote:
> On Saturday, May 19, 2012 8:15:06 PM UTC-4, Mike Hansen wrote:

>> I don't think that boost.math supports the things that we need it to,
>> for example complex.h.
> Oh I see you are saying they don't support complex arguments for all
> functions.

No -- Cygwin doesn't have C9X complex support nor long double support
(things like cabs or sqrtl).  The cephes package provides that.

>> >Also, it seems like cephes
>> > is included in scipy distribution
>> > (scipy-0.9.p1/src/scipy/special/cephes/)
>> I believe this is something totally different.
> I'm pretty sure this is the same cephes, the sources contain "Cephes Math
> Library Release 2.3:  March, 1995 Copyright 1984, 1995 by Stephen L.
> Moshier".

It looks like an older version of the double library for special
functions (src/double/ in the cephes spkg), but that's only a small
part of what is needed.

--Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Kirkby  
View profile  
 More options May 20 2012, 7:50 am
From: David Kirkby <david.kir...@onetel.net>
Date: Sun, 20 May 2012 12:50:00 +0100
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
On 20 May 2012 00:58, Volker Braun <vbraun.n...@gmail.com> wrote:

> Currently, the cephes package only prints:

> "We do not install the cephes library on any operating system except
> Cygwin."

I believe when someone else (I forget who), was working on the FreeBSD
port, he needed Cephas too. I believe Sage is now building on FreeBSD,
but it might be using this too.

dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Puydt  
View profile  
 More options May 20 2012, 9:18 am
From: Julien Puydt <julien.pu...@laposte.net>
Date: Sun, 20 May 2012 15:18:26 +0200
Local: Sun, May 20 2012 9:18 am
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
Le dimanche 20 mai, David Kirkby a écrit:

> I believe when someone else (I forget who), was working on the FreeBSD
> port, he needed Cephas too. I believe Sage is now building on FreeBSD,
> but it might be using this too.

The following two tickets seem relevant :
http://trac.sagemath.org/sage_trac/ticket/9543
http://trac.sagemath.org/sage_trac/ticket/9601

In fact, at some point Dima thought we could use cephes to fix the
gamma precision issues of the libc on ARM ; that is why I was
investigating cephes more closely.

Snark on #sagemath


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Montgomery-Smith  
View profile  
 More options May 20 2012, 10:38 am
From: Stephen Montgomery-Smith <step...@missouri.edu>
Date: Sun, 20 May 2012 09:38:09 -0500
Local: Sun, May 20 2012 10:38 am
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
On 05/20/2012 06:50 AM, David Kirkby wrote:

> On 20 May 2012 00:58, Volker Braun<vbraun.n...@gmail.com>  wrote:
>> Currently, the cephes package only prints:

>> "We do not install the cephes library on any operating system except
>> Cygwin."

> I believe when someone else (I forget who), was working on the FreeBSD
> port, he needed Cephas too. I believe Sage is now building on FreeBSD,
> but it might be using this too.

> dave

That was me.  Yes, please keep cephes in sage.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dr. David Kirkby  
View profile  
 More options May 20 2012, 11:39 am
From: "Dr. David Kirkby" <david.kir...@onetel.net>
Date: Sun, 20 May 2012 16:39:08 +0100
Local: Sun, May 20 2012 11:39 am
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
On 05/20/12 03:38 PM, Stephen Montgomery-Smith wrote:

> On 05/20/2012 06:50 AM, David Kirkby wrote:
>> On 20 May 2012 00:58, Volker Braun<vbraun.n...@gmail.com> wrote:
>>> Currently, the cephes package only prints:

>>> "We do not install the cephes library on any operating system except
>>> Cygwin."

>> I believe when someone else (I forget who), was working on the FreeBSD
>> port, he needed Cephas too. I believe Sage is now building on FreeBSD,
>> but it might be using this too.

>> dave

> That was me. Yes, please keep cephes in sage.

It was Peter Jeremy before you working on the FreeBSD port. I knew he used
Cephes. So it seems the comment about

"We do not install the cephes library on any operating system except Cygwin."

is just plain wrong.

Is anyone working on a Cygin port any more? I used to wonder if the Solaris or
Cygwin ports would be completed first, but the race was not as close as I
expected it would be.

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Puydt  
View profile  
 More options May 20 2012, 11:41 am
From: Julien Puydt <julien.pu...@laposte.net>
Date: Sun, 20 May 2012 17:41:57 +0200
Local: Sun, May 20 2012 11:41 am
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
Le dimanche 20 mai, Stephen Montgomery-Smith a écrit:

> That was me.  Yes, please keep cephes in sage.

Notice that I didn't ask for removal -- I only notified that there
might be a licence issue. :-)

Snark on #sagemath


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Montgomery-Smith  
View profile  
 More options May 20 2012, 11:44 am
From: Stephen Montgomery-Smith <step...@missouri.edu>
Date: Sun, 20 May 2012 10:44:02 -0500
Local: Sun, May 20 2012 11:44 am
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
On 05/20/2012 10:39 AM, Dr. David Kirkby wrote:

Yes, my apologies if there was any misattribution.  I use Peter Jeremy's
patches in the port of sage to FreeBSD.

http://www.freebsd.org/cgi/ports.cgi?query=sage&stype=name&sektion=math


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Montgomery-Smith  
View profile   Translate to Translated (View Original)
 More options May 20 2012, 11:47 am
From: Stephen Montgomery-Smith <step...@missouri.edu>
Date: Sun, 20 May 2012 10:47:16 -0500
Local: Sun, May 20 2012 11:47 am
Subject: Re: [sage-devel] Re: Cephes licence : repackage?
On 05/20/2012 10:44 AM, Stephen Montgomery-Smith wrote:

and also

http://www.freebsd.org/cgi/cvsweb.cgi/ports/math/sage/files/spkg-patc...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Keshav Kini  
View profile  
 More options May 20 2012, 11:47 am
From: Keshav Kini <keshav.k...@gmail.com>
Date: Sun, 20 May 2012 08:47:52 -0700
Local: Sun, May 20 2012 11:47 am
Subject: Re: Cephes licence : repackage?
"Dr. David Kirkby" <david.kir...@onetel.net> writes:

> Is anyone working on a Cygin port any more? I used to wonder if the
> Solaris or Cygwin ports would be completed first, but the race was not
> as close as I expected it would be.

As far as I remember, our BDFL publicly stated that working on a Cygwin
port is a waste of time, after which people more or less stopped working
on it :)

After some searching, here is the message in question:
http://thread.gmane.org/gmane.comp.mathematics.sage.devel/54804

-Keshav

----
Join us in #sagemath on irc.freenode.net !


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »