1 config BR2_PACKAGE_ASSIMP
3 # All gcc versions affected by
4 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124, that
5 # cause an infinite loop in gcc when building this package.
6 depends on !BR2_microblaze
7 # The ADI Blackfin toolchain does not build assimp properly,
8 # fails with "internal compiler error: in simplify_subreg, at
9 # simplify-rtx.c:5001". It builds fine with a mainline gcc for
11 depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
12 depends on BR2_INSTALL_LIBSTDCPP
13 select BR2_PACKAGE_ZLIB
15 Open Asset Import Library (assimp) is a portable Open Source
16 library to import various well-known 3D model formats in a uniform
17 manner. The most recent version also knows how to export 3d files
18 and is therefore suitable as a general-purpose 3D model converter.
22 comment "assimp needs a toolchain w/ C++"
23 depends on !BR2_microblaze
24 depends on !BR2_INSTALL_LIBSTDCPP