~ruther/guix-local

ref: bd1aecf5fb0a07fb17b0ac63bd61cdf0dda20b03 guix-local/gnu/packages/patches/lcalc-lcommon-h.patch -rw-r--r-- 595 bytes
bd1aecf5 — Attila Lendvai gnu: Add rust-pbkdf2-0.7, rust-pbkdf2-0.6. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
Patch taken from the Sage packaging system.

--- src/include/Lcommon.h	2010-01-31 15:16:45.000000000 +0000
+++ src/include/Lcommon.h	2011-03-08 21:19:11.849443238 +0000
@@ -25,7 +25,7 @@
 #ifdef USE_MPFR
 inline double lcalc_to_double(const double& x) { return x; }
 #endif
-//inline double lcalc_to_double(const long double& x) { return x; }
+inline double lcalc_to_double(const long double& x) { return x; }
 inline double lcalc_to_double(const int& x) { return x; }
 inline double lcalc_to_double(const long long& x) { return x; }
 inline double lcalc_to_double(const short& x) { return x; }