svn commit: r540775 - in head/math/linbox: . files

Gleb Popov arrowd at FreeBSD.org
Mon Jun 29 14:40:38 UTC 2020


Author: arrowd
Date: Mon Jun 29 14:40:37 2020
New Revision: 540775
URL: https://svnweb.freebsd.org/changeset/ports/540775

Log:
  math/linbox: Add a patch from upstream to fix build on CURRENT.

Added:
  head/math/linbox/files/
  head/math/linbox/files/patch-linbox_algorithms_det-rational.h   (contents, props changed)
Modified:
  head/math/linbox/Makefile

Modified: head/math/linbox/Makefile
==============================================================================
--- head/math/linbox/Makefile	Mon Jun 29 14:00:17 2020	(r540774)
+++ head/math/linbox/Makefile	Mon Jun 29 14:40:37 2020	(r540775)
@@ -3,7 +3,7 @@
 
 PORTNAME=	linbox
 PORTVERSION=	1.6.3
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	math
 

Added: head/math/linbox/files/patch-linbox_algorithms_det-rational.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/linbox/files/patch-linbox_algorithms_det-rational.h	Mon Jun 29 14:40:37 2020	(r540775)
@@ -0,0 +1,13 @@
+--- linbox/algorithms/det-rational.h.orig	2019-06-07 13:22:08 UTC
++++ linbox/algorithms/det-rational.h
+@@ -79,8 +79,8 @@ namespace LinBox
+ 	struct MyRationalModularDet {
+ 		const Blackbox &A;
+ 		const MyMethod &M;
+-		const Integer &mul;//multiplicative prec;
+-		const Integer ÷
++		Integer mul;//multiplicative prec;
++		Integer div;
+ 
+ 		MyRationalModularDet(const Blackbox& b, const MyMethod& n,
+ 				     const Integer & p1, const Integer & p2) :


More information about the svn-ports-head mailing list