pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ncbi-blast+: Mark only for 64-bit platforms
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sat May 27 08:50:27 2023 -0500
Changeset: 1396e8cfecd10cf502747a24ad5e271e6756423b
Modified Files:
ncbi-blast+/Makefile
Log Message:
ncbi-blast+: Mark only for 64-bit platforms
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1396e8cfecd10cf502747a24ad5e271e6756423b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ncbi-blast+/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index 188e3bb058..0001400ff8 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -11,6 +11,9 @@ HOMEPAGE= http://blast.ncbi.nlm.nih.gov/
COMMENT= NCBI implementation of Basic Local Alignment Search Tool
LICENSE= public-domain
+# Nobody does bioinformatics on 32-bit processors anymore
+ONLY_FOR_PLATFORM= ${LP64PLATFORMS}
+
# Fix "undefined _ThreadRuneLocale" error on FreeBSD 10.0
# Fix "unknown options" in configure
SUBST_CLASSES+= configure
Home |
Main Index |
Thread Index |
Old Index