diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-14 13:41:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-14 13:41:14 -0300 |
commit | d4f8b3e27978bb332737ff5d066133e3fd06f498 (patch) | |
tree | 17f6caa12727aa3c75be68ccd3ccafd58681db0b /libre/sagemath/pynac-0.7.1.patch | |
parent | 6006f3ef49dceca95822a5ee999d77e0bd2b7db7 (diff) | |
download | abslibre-d4f8b3e27978bb332737ff5d066133e3fd06f498.tar.gz abslibre-d4f8b3e27978bb332737ff5d066133e3fd06f498.tar.bz2 abslibre-d4f8b3e27978bb332737ff5d066133e3fd06f498.zip |
sagemath-7.5-2.parabola1: updating version
Diffstat (limited to 'libre/sagemath/pynac-0.7.1.patch')
-rw-r--r-- | libre/sagemath/pynac-0.7.1.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libre/sagemath/pynac-0.7.1.patch b/libre/sagemath/pynac-0.7.1.patch deleted file mode 100644 index d0b1e2aee..000000000 --- a/libre/sagemath/pynac-0.7.1.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- sage-7.4/src/sage/symbolic/constants_c.pyx.orig 2016-11-25 09:34:32.665044510 +0000 -+++ sage-7.4/src/sage/symbolic/constants_c.pyx 2016-11-25 09:38:13.777888000 +0000 -@@ -60,6 +60,8 @@ - self.pointer = <GConstant *>&g_Catalan - elif self._name == "euler_gamma": - self.pointer = <GConstant *>&g_Euler -+ elif self._name == "NaN": -+ self.pointer = <GConstant *>&g_NaN - else: - GConstant_construct(&self.object, name, texname, domain) - self.pointer = &self.object ---- sage-7.4/src/sage/symbolic/ginac.pxd.orig 2016-11-25 09:34:06.145103155 +0000 -+++ sage-7.4/src/sage/symbolic/ginac.pxd 2016-11-25 09:37:14.294686607 +0000 -@@ -216,6 +216,7 @@ - GEx g_Pi "Pi" - GEx g_Catalan "Catalan" - GEx g_Euler "Euler" -+ GEx g_NaN "NaN" - - GConstant* GConstant_construct(void *mem, char* name, char* texname, unsigned domain) - bint is_a_constant "is_a<constant>" (GEx e) -@@ -293,13 +294,13 @@ - void g_list_symbols "list_symbols" (GEx e, GExSet s) - - # more is_a tests -- bint is_a_add "is_a<add>" (GEx e) -- bint is_a_mul "is_a<mul>" (GEx e) -- bint is_a_power "is_a<power>" (GEx e) -- bint is_a_fderivative "is_a<fderivative>" (GEx e) -- bint is_a_function "is_a<function>" (GEx e) -- bint is_exactly_a_function "is_exactly_a<function>" (GEx e) -- bint is_a_ncmul "is_a<ncmul>" (GEx e) -+ bint is_a_add "is_a<GiNaC::add>" (GEx e) -+ bint is_a_mul "is_a<GiNaC::mul>" (GEx e) -+ bint is_a_power "is_a<GiNaC::power>" (GEx e) -+ bint is_a_fderivative "is_a<GiNaC::fderivative>" (GEx e) -+ bint is_a_function "is_a<GiNaC::function>" (GEx e) -+ bint is_exactly_a_function "is_exactly_a<GiNaC::function>" (GEx e) -+ bint is_a_ncmul "is_a<GiNaC::ncmul>" (GEx e) - - # Arithmetic - int ginac_error() |