Loading pkgs/development/python-modules/openai-triton/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -90,8 +90,7 @@ buildPythonPackage rec { --replace "include (\''${CMAKE_CURRENT_SOURCE_DIR}/googletest.cmake)" ""\ --replace "include(GoogleTest)" "find_package(GTest REQUIRED)" cat << \EOF > python/triton/common/build.py cat << \EOF >> python/triton/common/build.py def libcuda_dirs(): return [ "${addDriverRunpath.driverLink}/lib" ] EOF Loading Loading
pkgs/development/python-modules/openai-triton/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -90,8 +90,7 @@ buildPythonPackage rec { --replace "include (\''${CMAKE_CURRENT_SOURCE_DIR}/googletest.cmake)" ""\ --replace "include(GoogleTest)" "find_package(GTest REQUIRED)" cat << \EOF > python/triton/common/build.py cat << \EOF >> python/triton/common/build.py def libcuda_dirs(): return [ "${addDriverRunpath.driverLink}/lib" ] EOF Loading