Skip to content

Commit

Permalink
alice-vision: enable alignment when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Isidor Zeuner committed Oct 4, 2023
1 parent c47846f commit 77d714c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/libraries/alice-vision/3.1.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ stdenv.mkDerivation rec {
ALICEVISION_BUILD_DOC = false;
ALICEVISION_BUILD_EXAMPLES = false;
ALICEVISION_BUILD_SOFTWARE = true;
# enabled alignment led to wrong initialization of Vec2 variables
AV_EIGEN_MEMORY_ALIGNMENT = false;
# CCTag package does not support alignment yet, and this must be
# consistent between both packages
AV_EIGEN_MEMORY_ALIGNMENT = ! enableCctag;

ALICEVISION_BUILD_TESTS = doCheck;

Expand Down

0 comments on commit 77d714c

Please sign in to comment.