summaryrefslogtreecommitdiff
path: root/biology/unanimity/files/patch-src_Recursor.h
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2018-04-24 14:16:46 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2018-04-24 14:16:46 +0000
commit6c102b8c64d9fffde755102268f249c4d825bebc (patch)
tree72ae7460506a9b04d5602d9aa4e0824ee795dcc0 /biology/unanimity/files/patch-src_Recursor.h
parentdevel/shiboken: orphan shiboken (diff)
biology/unanimity: Pacific Biosciences consensus library and applications
Reviewed by: jrm Differential Revision: https://reviews.freebsd.org/D15172
Diffstat (limited to 'biology/unanimity/files/patch-src_Recursor.h')
-rw-r--r--biology/unanimity/files/patch-src_Recursor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/biology/unanimity/files/patch-src_Recursor.h b/biology/unanimity/files/patch-src_Recursor.h
new file mode 100644
index 000000000000..4c880356c882
--- /dev/null
+++ b/biology/unanimity/files/patch-src_Recursor.h
@@ -0,0 +1,12 @@
+# Type mismatch on 11.0 i386
+--- src/Recursor.h.orig 2018-03-07 23:10:34 UTC
++++ src/Recursor.h
+@@ -708,7 +708,7 @@ size_t Recursor<Derived>::FillAlphaBeta(
+ size_t J = tpl.Length();
+ int flipflops = 0;
+ size_t maxSize =
+- std::max(100ul, static_cast<size_t>(0.5 + REBANDING_THRESHOLD * (I + 1) * (J + 1)));
++ std::max(100ul, static_cast<unsigned long>(0.5 + REBANDING_THRESHOLD * (I + 1) * (J + 1)));
+
+ // if we use too much space, do at least one more round
+ // to take advantage of rebanding