diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 04:54:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 04:54:53 +0000 |
commit | dea0d0054ad5ecc8594c7e1d9605b5d22df61880 (patch) | |
tree | c72895461aa7333b02144f6e5a1558ce6a942574 /science/py-PyQuante | |
parent | 18d5a5524f86ffbbe0f907283b78d25be7cbedd9 (diff) |
Mark as broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=473290
Diffstat (limited to 'science/py-PyQuante')
-rw-r--r-- | science/py-PyQuante/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-PyQuante/Makefile b/science/py-PyQuante/Makefile index 6ef7eb5940ca..75150888537d 100644 --- a/science/py-PyQuante/Makefile +++ b/science/py-PyQuante/Makefile @@ -12,6 +12,8 @@ COMMENT= Quantum chemistry in Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to compile: Src/PyQuante/contracted_gto.c:2063:46: error: no member named 'd_type' in 'PyMethodDescrObject' + RUN_DEPENDS= ${PYNUMPY} USES= python:2.7 |