Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2020 14:40:37 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540775 - in head/math/linbox: . files
Message-ID:  <202006291440.05TEebLC070617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 &div;
++		Integer mul;//multiplicative prec;
++		Integer div;
+ 
+ 		MyRationalModularDet(const Blackbox& b, const MyMethod& n,
+ 				     const Integer & p1, const Integer & p2) :



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006291440.05TEebLC070617>