Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 06:22:04 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464880 - head/science/avogadro
Message-ID:  <201803180622.w2I6M4fP055375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 18 06:22:04 2018
New Revision: 464880
URL: https://svnweb.freebsd.org/changeset/ports/464880

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

Modified:
  head/science/avogadro/Makefile

Modified: head/science/avogadro/Makefile
==============================================================================
--- head/science/avogadro/Makefile	Sun Mar 18 06:20:50 2018	(r464879)
+++ head/science/avogadro/Makefile	Sun Mar 18 06:22:04 2018	(r464880)
@@ -13,9 +13,13 @@ COMMENT=	Advanced molecular editor and viewer
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		fails to package: Unable to access file avogadro/pythonerror.h: No such file or directory
+BROKEN_armv6=		fails to compile: eigen2/Eigen/src/Core/Assign.h: you mixed different numeric types in 'Eigen::ei_static_assert<false>'
+BROKEN_armv7=		fails to compile: eigen2/Eigen/src/Core/Assign.h: you mixed different numeric types in 'Eigen::ei_static_assert<false>'
+
 LIB_DEPENDS=	libopenbabel.so:science/openbabel
 
-# We need to add a RUN_DEPENDS on eigen2, as the cmake file shiped with 
+# We need to add a RUN_DEPENDS on eigen2, as the cmake file shiped with
 # avogadro to use it, contains 'find_package(Eigen2 REQUIRED)'.
 USES=		cmake desktop-file-utils eigen:2,build,run pkgconfig tar:bzip2
 USE_GL=		glu gl



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