Skip to content

Commit

Permalink
feat(nix): enable checks on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
uulm-janbaudisch committed Feb 2, 2025
1 parent 1488527 commit 89801b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nix/ddnnife.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ let
''
);
}
// lib.optionalAttrs (d4 && hostPkgs.stdenv.system == "x86_64-darwin") {
# FIXME: Tests with d4 are currently unable to run on x86_64-darwin.
doCheck = false;
}
// lib.optionalAttrs (d4 && hostPkgs.stdenv.hostPlatform.isWindows) {
# The Windows cross-build won't find the correct include and library directories by default.
CXXFLAGS = "-I ${hostPkgs.boost.dev}/include -I ${mt-kahypar.dev}/include";
Expand Down

0 comments on commit 89801b2

Please sign in to comment.