Skip to content

Commit

Permalink
graphics/diplib: fix build on powerpc64
Browse files Browse the repository at this point in the history
/wrkdirs/usr/ports/graphics/diplib/work/diplib-3.4.0/dependencies/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32: error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
  • Loading branch information
pkubaj committed Apr 13, 2023
1 parent c6132c7 commit 9c5ef72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphics/diplib/Makefile
Expand Up @@ -16,6 +16,7 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= DIPlib

CXXFLAGS_powerpc64= -mvsx
CMAKE_OFF= DIP_BUILD_PYDIP
CMAKE_TESTING_ON= DIP_ENABLE_DOCTEST
CMAKE_TESTING_TARGET= check # one test fails, see https://github.com/DIPlib/diplib/issues/120
Expand Down

0 comments on commit 9c5ef72

Please sign in to comment.