Skip to content

Commit

Permalink
biology/py-pysam: Correct BROKEN line; Add comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 09d9d82)
  • Loading branch information
yurivict committed Jul 19, 2022
1 parent f2be3d3 commit b6c69cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biology/py-pysam/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b6c69cd

Please sign in to comment.