diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 06:22:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-18 06:22:04 +0000 |
commit | 3dc1057e772694321a62de212b87281d15612837 (patch) | |
tree | 62b6493feb9a07c26d68a8203739466e40fe750d /science/avogadro/Makefile | |
parent | a820042f299e706dd18de29d68943c0d85a9b590 (diff) |
Notes
Diffstat (limited to 'science/avogadro/Makefile')
-rw-r--r-- | science/avogadro/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index 11adfced4bc2..56c0433ba212 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -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 |