pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ncbi-blast+: Disable openmp for Darwin
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Apr 7 07:38:05 2022 -0500
Changeset: b4a5bfdf2d6f2117890aa5b08397ce7b00545745
Modified Files:
ncbi-blast+/Makefile
Log Message:
ncbi-blast+: Disable openmp for Darwin
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4a5bfdf2d6f2117890aa5b08397ce7b00545745
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ncbi-blast+/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index c381e996ff..5d17d75459 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -47,6 +47,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/c++
CONFIGURE_ENV+= ac_cv_func_statfs=no
.endif
+.if ${OPSYS} == Darwin
+CONFIGURE_ARGS+= --without-openmp
+.endif
+
# c++/src/objtools/edit/seq_entry_edit.cpp: In member function 'void ncbi::objects::edit::{anonymous}::CSeqdescSortMap::Init()':
# c++/src/objtools/edit/seq_entry_edit.cpp:172:44: error: array subscript has type 'char' [-Werror=char-subscripts]
# while (descr_insert_order[index] != 0)
Home |
Main Index |
Thread Index |
Old Index