Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Dec 15, 2024
1 parent edda578 commit eab392f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@

ninjaFlags = "python_ton";

buildPhase = ''
${stdenv.cc} --version
echo "Using GCC from: $(realpath $(dirname ${stdenv.cc}))"
cmake . ${cmakeFlags}
make
'';

installPhase = ''
runHook preInstall
cmake --install . --component tvm-python
Expand Down

0 comments on commit eab392f

Please sign in to comment.