Re: [PATCH] Add openlibm.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: [...] >>> +;; From LICENSE.md: >>> +;; "The OpenLibm code derives from the FreeBSD msun and OpenBSD libm >>> +;; implementations, which in turn derives from FDLIBM 5.3. As a >>> result, it >>> +;; has a number of fixes and upd

Re: [PATCH] Add openlibm.

2015-03-10 Thread Ricardo Wurmus
Ludovic Courtès writes: >> +(synopsis "System-independent, portable libm implementation") > > What about “Portable C mathematical library (libm)”? Okay. >> +;; From LICENSE.md: >> +;; "The OpenLibm code derives from the FreeBSD msun and OpenBSD libm >> +;; implementations, whi

Re: [PATCH] Add openlibm.

2015-03-09 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 636e19fd0649cf18264dde64f76449f6b5d8e70c Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 9 Mar 2015 11:07:13 +0100 > Subject: [PATCH] gnu: Add openlibm. > > * gnu/packages/maths.scm (openlibm): New variable. [...] > +(synopsis "System-independent

[PATCH] Add openlibm.

2015-03-09 Thread Ricardo Wurmus
>From 636e19fd0649cf18264dde64f76449f6b5d8e70c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 9 Mar 2015 11:07:13 +0100 Subject: [PATCH] gnu: Add openlibm. * gnu/packages/maths.scm (openlibm): New variable. --- gnu/packages/maths.scm | 43 +++ 1