[arch-commits] Commit in normaliz/trunk (PKGBUILD cone-destructor.patch)

Antonio Rojas arojas at archlinux.org
Thu Apr 25 18:17:37 UTC 2019


    Date: Thursday, April 25, 2019 @ 18:17:37
  Author: arojas
Revision: 454023

Update to 3.7.1

Added:
  normaliz/trunk/cone-destructor.patch
Modified:
  normaliz/trunk/PKGBUILD

-----------------------+
 PKGBUILD              |    4 ++--
 cone-destructor.patch |   13 +++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 17:36:46 UTC (rev 454022)
+++ PKGBUILD	2019-04-25 18:17:37 UTC (rev 454023)
@@ -2,7 +2,7 @@
 # Contributor: Tarn Burton <twburton at gmail dot com>
 
 pkgname=normaliz
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(e-antic)
 makedepends=(boost)
 source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
-sha256sums=('9dd3cd425979bd35a2dcf64081021f426fb33efea66ddb64be26159e3cead442')
+sha256sums=('cf55412dd35a12b2d5725102a07ac569ce7a43351b48f13725ac1e7303f36223')
 
 build() {
   cd $pkgname-$pkgver

Added: cone-destructor.patch
===================================================================
--- cone-destructor.patch	                        (rev 0)
+++ cone-destructor.patch	2019-04-25 18:17:37 UTC (rev 454023)
@@ -0,0 +1,13 @@
+diff --git a/source/libnormaliz/cone.cpp b/source/libnormaliz/cone.cpp
+index 09e73631..706c3b46 100644
+--- a/source/libnormaliz/cone.cpp
++++ b/source/libnormaliz/cone.cpp
+@@ -474,7 +474,7 @@ template<typename Integer>
+ Cone<Integer>::~Cone() {
+     if(IntHullCone!=NULL)
+         delete IntHullCone;
+-    if(IntHullCone!=NULL)
++    if(SymmCone!=NULL)
+         delete SymmCone;
+     if(ProjCone!=NULL)
+         delete ProjCone;



More information about the arch-commits mailing list