pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/haplohseq
Module Name: pkgsrc
Committed By: bacon
Date: Fri Nov 29 14:19:31 UTC 2024
Modified Files:
pkgsrc/biology/haplohseq: Makefile
Log Message:
biology/haplohseq: Unbreak build on Darwin
Uses deprecated C++ syntax
Force c++14 standard: Min for boost, max for haplohseq
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/haplohseq/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/haplohseq/Makefile
diff -u pkgsrc/biology/haplohseq/Makefile:1.1 pkgsrc/biology/haplohseq/Makefile:1.2
--- pkgsrc/biology/haplohseq/Makefile:1.1 Sat Oct 12 12:19:51 2024
+++ pkgsrc/biology/haplohseq/Makefile Fri Nov 29 14:19:31 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/10/12 12:19:51 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/29 14:19:31 bacon Exp $
DISTNAME= haplohseq-0.1.2.2
+PKGREVISION= 1
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
GITHUB_PROJECT= haplohseq
@@ -17,9 +18,11 @@ SUBST_SED.test= -e 's|\.\./haplohseq|ha
SUBST_SED.test+= -e 's|python|${PYTHONBIN}|'
SUBST_FILES.test= example/example_run.sh
-USE_LANGUAGES= c c++
-USE_TOOLS+= gmake pax
-MAKE_FILE= makefile
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES+= c++14 # Minimum for boost, maximum for haplohseq
+FORCE_CXX_STD+= c++14
+USE_TOOLS+= gmake pax
+MAKE_FILE= makefile
EXAMPLESDIR= ${PREFIX}/share/examples/haplohseq
Home |
Main Index |
Thread Index |
Old Index