!rWxyQqNqMUDLECdsIf:blad.is

Poetry2nix

312 Members
https://github.com/nix-community/poetry2nix55 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
7 Mar 2024
@angryant:envs.net@angryant:envs.net

I am trying to get nvidia-cusparse-cu12, part of my dependencies, to build. It is currently failing with auto-patchelf not able to resolve libnvJitLink.so.12. So I tried this override which has no effect. Am I missing something obvious?

      python311.nvidia-cusparse-cu12 = super.python311.nvidia-cusparse-cu12.overridePythonAttrs (old: {
        preferWheel = true;
        nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cudaPackages.libnvjitlink ];
        autoPatchelfIgnoreMissingDeps = [ "libnvJitLink.so.12" ];
      });
16:31:04
@angryant:envs.net@angryant:envs.net Ah indeed I was. The python311 prefix had made its way in there. 16:47:16
8 Mar 2024
@gsaurel:laas.frnim65s joined the room.16:50:32
10 Mar 2024
@taitusi_muavesi:matrix.orgsunil
In reply to @angryant:envs.net
What does your WIP nix look like?

somewhat like this: https://gist.github.com/paradx/af5de890145e70b5921e9169aecf1119

I had more of the override bits but in the end it just fails further down the line, there has to be an easier solution.

07:58:30

Show newer messages


Back to Room ListRoom Version: 6