forked from Lainports/freebsd-ports
math/linbox: Add a patch from upstream to fix build on CURRENT.
This commit is contained in:
parent
8b4b483d86
commit
c095a64103
2 changed files with 14 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= linbox
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math
|
||||
|
||||
|
|
|
|||
13
math/linbox/files/patch-linbox_algorithms_det-rational.h
Normal file
13
math/linbox/files/patch-linbox_algorithms_det-rational.h
Normal file
|
|
@ -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) :
|
||||
Loading…
Add table
Reference in a new issue