diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-19 08:51:36 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-19 08:51:56 -0700 |
commit | 978fbbf602c743b555117a6c25a836ebfa5bbaf2 (patch) | |
tree | a44b549333e0a9298295164d6f74287792b72717 | |
parent | biology/py-pysam: Fix on aarch64, riscv6 by backporting of symbols failure fix (diff) |
biology/py-pysam: Remove BROKEN lines
-rw-r--r-- | biology/py-pysam/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/biology/py-pysam/Makefile b/biology/py-pysam/Makefile index debed1535b41..810049593342 100644 --- a/biology/py-pysam/Makefile +++ b/biology/py-pysam/Makefile @@ -14,10 +14,6 @@ COMMENT= Python module for reading, manipulating and writing genomic data sets LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -# 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 USE_PYTHON= autoplist distutils cython cython_run |