Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/biology/fastp biology/fastp: document possible array[c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abd5a64f6928
branches:  trunk
changeset: 432711:abd5a64f6928
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 25 05:18:35 2020 +0000

description:
biology/fastp: document possible array[char] bug

diffstat:

 biology/fastp/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b6a0f7c8c0c0 -r abd5a64f6928 biology/fastp/Makefile
--- a/biology/fastp/Makefile    Mon May 25 05:06:30 2020 +0000
+++ b/biology/fastp/Makefile    Mon May 25 05:18:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/05/04 16:15:25 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/25 05:18:35 rillig Exp $
 
 DISTNAME=      fastp-0.20.0
 CATEGORIES=    biology
@@ -15,6 +15,12 @@
 BUILD_TARGET=          fastp
 PTHREAD_AUTO_VARS=     yes
 
+# src/stats.cpp: In member function 'void Stats::statRead(Read*)':
+# src/stats.cpp:248:29: error: array subscript has type 'char' [-Werror=char-subscripts]
+#              mCycleQ30Bases[b][i]++;
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 post-install:
        ${STRIP} ${DESTDIR}${PREFIX}/bin/fastp
 



Home | Main Index | Thread Index | Old Index