[sagemath] 04/04: Update pbori hashes for 32 bit architectures.

Tobias Hansen thansen at moszumanska.debian.org
Sat Jan 7 12:53:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit e979cb5f19fcf2d34dbfea3d09831de23dba91f7
Author: Tobias Hansen <thansen at debian.org>
Date:   Sat Jan 7 13:53:11 2017 +0100

    Update pbori hashes for 32 bit architectures.
---
 debian/changelog                                     |  2 ++
 .../patches/u1-version-pbori-boost1.62-hashes.patch  | 20 ++++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a14e80..97afe20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ sagemath (7.4-5) UNRELEASED; urgency=medium
   * Rebuild against brial 0.8.5-4.
   * Remove sagetex from Build-Depends and sagemath:Depends,
     add to sagemath:Recommends.
+  * Change u1-version-pbori-boost1.62-hashes.patch:
+    Also update hashes for 32 bit.
 
  -- Tobias Hansen <thansen at debian.org>  Sat, 07 Jan 2017 10:33:01 +0100
 
diff --git a/debian/patches/u1-version-pbori-boost1.62-hashes.patch b/debian/patches/u1-version-pbori-boost1.62-hashes.patch
index 491b7b1..bfdf1e1 100644
--- a/debian/patches/u1-version-pbori-boost1.62-hashes.patch
+++ b/debian/patches/u1-version-pbori-boost1.62-hashes.patch
@@ -6,35 +6,39 @@ Description: Change expected brial hashes for change in hash_combine in boost 1.
  .
  Therefore the hashes changed. For the same reason brial in Debian has the patch
  testsuite-boost-1.62.patch.
- .
- TODO: Also change the expected values for 32-bit.
 Author: Tobias Hansen <thansen at debian.org>
 
 --- a/sage/src/sage/rings/polynomial/pbori.pyx
 +++ b/sage/src/sage/rings/polynomial/pbori.pyx
-@@ -2341,7 +2341,7 @@
+@@ -2340,8 +2340,8 @@
+             sage: B.<x,y> = BooleanPolynomialRing()
              sage: m = x.lm()
              sage: m.stable_hash()
-             -845955105                 # 32-bit
+-            -845955105                 # 32-bit
 -            173100285919               # 64-bit
++            -813410365                 # 32-bit
 +            -3935177168673893893       # 64-bit
  
          .. note::
  
-@@ -4649,7 +4649,7 @@
+@@ -4648,8 +4648,8 @@
+ 
              sage: B.<x,y> = BooleanPolynomialRing()
              sage: x.stable_hash()
-             -845955105                 # 32-bit
+-            -845955105                 # 32-bit
 -            173100285919               # 64-bit
++            -813410365                 # 32-bit
 +            -3935177168673893893       # 64-bit
  
          .. note::
  
-@@ -5733,7 +5733,7 @@
+@@ -5732,8 +5732,8 @@
+             sage: B.<x,y> = BooleanPolynomialRing()
              sage: s = x.set()
              sage: s.stable_hash()
-             -845955105                 # 32-bit
+-            -845955105                 # 32-bit
 -            173100285919               # 64-bit
++            -813410365                 # 32-bit
 +            -3935177168673893893       # 64-bit
  
          .. note::

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list