Skip to content

Commit

Permalink
misc/usd: Not for powerpc64le
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Feb 12, 2024
1 parent 8aafb5f commit d9baff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/usd/Makefile
Expand Up @@ -15,7 +15,7 @@ WWW= http://www.openusd.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

NOT_FOR_ARCHS= armv6 armv7 i386 powerpc # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds
NOT_FOR_ARCHS= armv6 armv7 i386 powerpc powerpc64le # CMakeLists.txt fails for non-64-bit architectures: Compiler does not support 64-bit builds; also: pxr/base/arch/defines.h:69:2: error: "Unsupported architecture. x86_64 or ARM64 required."

LIB_DEPENDS= libtbb.so:devel/tbb

Expand Down

0 comments on commit d9baff3

Please sign in to comment.