Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2022 02:09:05 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: 09d9d827a5c1 - main - biology/py-pysam: Correct BROKEN line; Add comment
Message-ID:  <202207190209.26J295rc071845@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=09d9d827a5c165377dc9e225241b248ea7d145c8

commit 09d9d827a5c165377dc9e225241b248ea7d145c8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-19 02:06:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-19 02:09:00 +0000

    biology/py-pysam: Correct BROKEN line; Add comment
---
 biology/py-pysam/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/biology/py-pysam/Makefile b/biology/py-pysam/Makefile
index a000663bc8a6..112e7ab168be 100644
--- a/biology/py-pysam/Makefile
+++ b/biology/py-pysam/Makefile
@@ -10,7 +10,8 @@ COMMENT=	Python module for reading, manipulating and writing genomic data sets
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_arm64=	conflicting symbol (libchtslib libcsamtools ...) : $d.6
+# see https://github.com/pysam-developers/pysam/issues/1121 for below failures
+BROKEN_aarch64=	conflicting symbol (libchtslib libcsamtools ...) : $d.6
 BROKEN_riscv6=	conflicting symbol (libchtslib libcsamtools ...): .Lline_table_start0
 
 USES=		gmake python:3.6-3.9



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