svn commit: r473290 - head/science/py-PyQuante

Mark Linimon linimon at FreeBSD.org
Mon Jun 25 04:54:54 UTC 2018


Author: linimon
Date: Mon Jun 25 04:54:53 2018
New Revision: 473290
URL: https://svnweb.freebsd.org/changeset/ports/473290

Log:
  Mark as broken on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/py-PyQuante/Makefile

Modified: head/science/py-PyQuante/Makefile
==============================================================================
--- head/science/py-PyQuante/Makefile	Mon Jun 25 01:37:52 2018	(r473289)
+++ head/science/py-PyQuante/Makefile	Mon Jun 25 04:54:53 2018	(r473290)
@@ -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


More information about the svn-ports-all mailing list