pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ncbi-blast+: Disable SSE4.2



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed Mar 5 19:46:55 2025 -0600
Changeset:	4fe60d3dc9136b176f780792af7ffd372e0c5187

Modified Files:
	ncbi-blast+/Makefile

Log Message:
ncbi-blast+: Disable SSE4.2

Configure and build system don't always agree that it's present

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4fe60d3dc9136b176f780792af7ffd372e0c5187

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ncbi-blast+/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index ec3ea33cad..a7a25f88cf 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -61,6 +61,8 @@ CONFIGURE_ENV=		ncbi_cv_prog_amq_w=no
 CONFIGURE_ARGS+=	AR="ar cr" --without-boost
 # pkglint warning, but build fails on NetBSD without it
 CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/ncbi-tools++
+# configure script and build system disagree about sse42 on AMD Phenom
+CONFIGURE_ARGS+=	--without-sse42
 WRKSRC=			${WRKDIR}/${DISTNAME}/c++
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index