pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/ncbi-blast+
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 9 08:39:03 UTC 2023
Modified Files:
pkgsrc/biology/ncbi-blast+: Makefile
Log Message:
ncbi-blast+: Require at least gcc7.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/biology/ncbi-blast+/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/ncbi-blast+/Makefile
diff -u pkgsrc/biology/ncbi-blast+/Makefile:1.35 pkgsrc/biology/ncbi-blast+/Makefile:1.36
--- pkgsrc/biology/ncbi-blast+/Makefile:1.35 Sun May 28 22:48:27 2023
+++ pkgsrc/biology/ncbi-blast+/Makefile Sun Jul 9 08:39:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2023/05/28 22:48:27 bacon Exp $
+# $NetBSD: Makefile,v 1.36 2023/07/09 08:39:03 nia Exp $
DISTNAME= ncbi-blast-2.14.0+-src
PKGNAME= ${DISTNAME:S/+-src//:S/blast/blast+/}
@@ -11,6 +11,10 @@ HOMEPAGE= http://blast.ncbi.nlm.nih.gov/
COMMENT= NCBI implementation of Basic Local Alignment Search Tool
LICENSE= public-domain
+# configure: error:
+# Please upgrade to a compiler supporting C++ '17, such as GCC 7.1 or newer.
+GCC_REQD+= 7
+
# Nobody does bioinformatics on 32-bit processors anymore
ONLY_FOR_PLATFORM= ${LP64PLATFORMS}
Home |
Main Index |
Thread Index |
Old Index