pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ncbi-blast+: Clean up
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Tue Sep 12 12:59:44 2023 -0500
Changeset: ff2ecf8a6822c7b14091e90a2e87a110bad55769
Modified Files:
ncbi-blast+/DESCR
ncbi-blast+/Makefile
ncbi-blast+/buildlink3.mk
Log Message:
ncbi-blast+: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff2ecf8a6822c7b14091e90a2e87a110bad55769
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ncbi-blast+/DESCR | 11 ++++++-----
ncbi-blast+/Makefile | 2 +-
ncbi-blast+/buildlink3.mk | 2 +-
3 files changed, 8 insertions(+), 7 deletions(-)
diffs:
diff --git a/ncbi-blast+/DESCR b/ncbi-blast+/DESCR
index 0d7c1d401b..53b918527c 100644
--- a/ncbi-blast+/DESCR
+++ b/ncbi-blast+/DESCR
@@ -1,5 +1,6 @@
-The Basic Local Alignment Search Tool (BLAST) finds regions of local similarity
-between sequences. The program compares nucleotide or protein sequences to
-sequence databases and calculates the statistical significance of matches.
-BLAST can be used to infer functional and evolutionary relationships between
-sequences as well as help identify members of gene families.
+The Basic Local Alignment Search Tool (BLAST) finds regions of
+local similarity between sequences. The program compares nucleotide
+or protein sequences to sequence databases and calculates the
+statistical significance of matches. BLAST can be used to infer
+functional and evolutionary relationships between sequences as well
+as help identify members of gene families.
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index ef936ec3fa..6f6eeb28cd 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE= http://blast.ncbi.nlm.nih.gov/
COMMENT= NCBI implementation of Basic Local Alignment Search Tool
LICENSE= public-domain
-USE_CXX_FEATURES+= c++17
+USE_CXX_FEATURES= c++17
# Nobody does bioinformatics on 32-bit processors anymore
ONLY_FOR_PLATFORM= ${LP64PLATFORMS}
diff --git a/ncbi-blast+/buildlink3.mk b/ncbi-blast+/buildlink3.mk
index b8438303b5..e103833d4e 100644
--- a/ncbi-blast+/buildlink3.mk
+++ b/ncbi-blast+/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+= ncbi-blast+
.if !defined(NCBI_BLAST+_BUILDLINK3_MK)
NCBI_BLAST+_BUILDLINK3_MK:=
-USE_CXX_FEATURES+= c++17
+USE_CXX_FEATURES= c++17
BUILDLINK_API_DEPENDS.ncbi-blast++= ncbi-blast+>=2.14.0
BUILDLINK_ABI_DEPENDS.ncbi-blast++= ncbi-blast+>=2.14.0nb1
Home |
Main Index |
Thread Index |
Old Index