all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b188fcb6e1847f456f5c9bc81d77ba25a6b5f069 672 bytes (raw)
name: gnu/packages/patches/gctp-sincos.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
Don't override standard math function sincos.

--- a/source/cproj.c	2016-06-20 12:29:19.746105496 +0200
+++ b/source/cproj.c	2016-06-20 12:29:11.782083820 +0200
@@ -46,7 +46,7 @@
    than calling each function separately.  It is provided here for those
    computer systems which don`t implement this function
   ----------------------------------------------------*/
-void sincos(val, sin_val, cos_val)
+/*void sincos(val, sin_val, cos_val)
 double val;
 double *sin_val;
 double *cos_val;
@@ -54,7 +54,7 @@
 *sin_val = sin(val);
 *cos_val = cos(val);
 return;
-}
+}*/
 
 /* Function to eliminate roundoff errors in asin
 ----------------------------------------------*/

debug log:

solving b188fcb ...
found b188fcb in https://yhetil.org/guix/20160621.083522.189628123526233508.thomas.danckaert@gmail.com/

applying [1/1] https://yhetil.org/guix/20160621.083522.189628123526233508.thomas.danckaert@gmail.com/
diff --git a/gnu/packages/patches/gctp-sincos.patch b/gnu/packages/patches/gctp-sincos.patch
new file mode 100644
index 0000000..b188fcb

1:26: trailing whitespace.
 
Checking patch gnu/packages/patches/gctp-sincos.patch...
Applied patch gnu/packages/patches/gctp-sincos.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 b188fcb6e1847f456f5c9bc81d77ba25a6b5f069	gnu/packages/patches/gctp-sincos.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.