Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2023 06:37:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 498d092add95 - main - biology/seqwish: Add comment
Message-ID:  <202308250637.37P6bOIo006452@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=498d092add953755ff70e2fd974073fd74ae50f1

commit 498d092add953755ff70e2fd974073fd74ae50f1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-25 06:22:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-25 06:22:32 +0000

    biology/seqwish: Add comment
---
 biology/seqwish/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/seqwish/Makefile b/biology/seqwish/Makefile
index ab93956f3536..6572433d090e 100644
--- a/biology/seqwish/Makefile
+++ b/biology/seqwish/Makefile
@@ -15,6 +15,8 @@ BROKEN_i386=	compilation fails: error: use of undeclared identifier '_pdep_u64'
 
 USES=		cmake:noninja
 
+#CMAKE_ARGS=	-DEXTRA_FLAGS="" # disable -march=native ; this causes the link failure: undefined symbol: __sync_val_compare_and_swap_16
+
 PLIST_FILES=	bin/${PORTNAME}
 
 OPTIONS_DEFINE=		OPENMP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308250637.37P6bOIo006452>