pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
stringtie: Enable test target
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed Jul 19 08:38:42 2023 -0500
Changeset: e0d829d4416fe7a151cd9f74bd078f55b1a430a7
Modified Files:
stringtie/Makefile
Log Message:
stringtie: Enable test target
Fails on NetBSD, but only due to round-off differences
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0d829d4416fe7a151cd9f74bd078f55b1a430a7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
stringtie/Makefile | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diffs:
diff --git a/stringtie/Makefile b/stringtie/Makefile
index da68342726..21ba206a06 100644
--- a/stringtie/Makefile
+++ b/stringtie/Makefile
@@ -5,14 +5,6 @@
# Wed Jul 19 07:41:21 CDT 2023 #
###########################################################
-###########################################################
-# Unconverted and partially converted FreeBSD port syntax:
-
-# TEST_DEPENDS= bash:shells/bash \
-# curl:ftp/curl
-# Unknown tool: USE_TOOLS= compiler:c++11-lang
-#TEST_TARGET= test
-
DISTNAME= stringtie-2.1.1
CATEGORIES= biology
MASTER_SITES= http://ccb.jhu.edu/software/stringtie/dl/
@@ -22,6 +14,10 @@ HOMEPAGE= http://www.ccb.jhu.edu/software/stringtie/
COMMENT= Transcript assembly and quantification for RNA-seq
LICENSE= mit
+TEST_DEPENDS= bash:../../shells/bash \
+ curl:../../www/curl
+TEST_TARGET= test
+
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
BUILD_TARGET= release
Home |
Main Index |
Thread Index |
Old Index