pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/canu



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 19:40:59 UTC 2020

Modified Files:
        pkgsrc/biology/canu: Makefile

Log Message:
biology/canu: fix SUBST blocks to actually find the Java code


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/biology/canu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/biology/canu/Makefile
diff -u pkgsrc/biology/canu/Makefile:1.8 pkgsrc/biology/canu/Makefile:1.9
--- pkgsrc/biology/canu/Makefile:1.8    Thu May 14 18:30:05 2020
+++ pkgsrc/biology/canu/Makefile        Sat May 16 19:40:59 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/05/14 18:30:05 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/16 19:40:59 rillig Exp $
 
 DISTNAME=      canu-1.8
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    biology java
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=marbl/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -22,29 +22,19 @@ SUBST_SED.optimize+=        -e 's|-O4||g'
 SUBST_SED.optimize+=   -e 's|-funroll-loops||g'
 SUBST_SED.optimize+=   -e 's|-fexpensive-optimizations||g'
 SUBST_SED.optimize+=   -e 's|-finline-functions||g'
-SUBST_FILES.optimize+= ${WRKSRC}/Makefile
+SUBST_FILES.optimize+= Makefile
 
 SUBST_CLASSES+=                jar
 SUBST_STAGE.jar=       pre-configure
-SUBST_SED.jar+=                -e 's|\\$$bin/mhap-|${PREFIX}/${JAVAJARDIR}/mhap-|g'
-SUBST_FILES.jar+=      ${WRKSRC}/pipelines/canu/OverlapMhap.pm
+SUBST_SED.jar+=                -e 's|\\$$bin/\.\./share/java/classes/mhap-|${PREFIX}/${JAVAJARDIR}/mhap-|g'
+SUBST_FILES.jar+=      pipelines/canu/OverlapMhap.pm
 
 SUBST_CLASSES+=                perl
 SUBST_STAGE.perl=      pre-configure
 SUBST_SED.perl+=       -e 's|$$FindBin::RealBin/../lib/site_perl|${PREFIX}/${SITE_PERL_REL}|g'
-SUBST_FILES.perl+=     ${WRKSRC}/pipelines/canu.pl
+SUBST_FILES.perl+=     pipelines/canu.pl
 
-REPLACE_PERL+= bogart/*.pl
-REPLACE_PERL+= pipelines/*.pl
-REPLACE_PERL+= bogus/*.pl
-REPLACE_PERL+= bogart-analysis/*.pl
-REPLACE_PERL+= overlapBasedTrimming/*.pl
-REPLACE_PERL+= overlapInCore-analysis/*.pl
-REPLACE_PERL+= merTrim/*.pl
-REPLACE_PERL+= erateEstimate/*.pl
-REPLACE_PERL+= meryl/.pl
-REPLACE_PERL+= fastq-utilities/*.pl
-REPLACE_PERL+= *.pl
+REPLACE_PERL+=         *.pl */*.pl
 
 # May work on other 64-bit processors, but untested
 ONLY_FOR_PLATFORM=     *-*-x86_64



Home | Main Index | Thread Index | Old Index