nixl: 1.0.1 -> 1.1.0
Diff: https://github.com/ai-dynamo/nixl/compare/v1.0.1...v1.1.0 Changelog: https://github.com/ai-dynamo/nixl/releases/tag/v1.1.0
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
liburing,
|
||||
numactl,
|
||||
taskflow,
|
||||
tomlplusplus,
|
||||
ucx,
|
||||
|
||||
# passthru
|
||||
@@ -35,7 +36,7 @@ let
|
||||
in
|
||||
effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nixl";
|
||||
version = "1.0.1";
|
||||
version = "1.1.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
@@ -44,7 +45,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
owner = "ai-dynamo";
|
||||
repo = "nixl";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-mDpDqwUwI0baIDDpt9/wgIP3saBWY8yWKgwzHgrzJiU=";
|
||||
hash = "sha256-lzR+haBtRPUJ9VE1AcPndp3CPtW7KCI3nNPeVIGyR0U=";
|
||||
};
|
||||
|
||||
postPatch =
|
||||
@@ -103,6 +104,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
liburing
|
||||
numactl
|
||||
taskflow
|
||||
tomlplusplus
|
||||
ucx
|
||||
|
||||
python3Packages.python
|
||||
|
||||
@@ -50,6 +50,7 @@ buildPythonPackage.override { inherit (nixl) stdenv; } (finalAttrs: {
|
||||
pytest
|
||||
pyyaml
|
||||
setuptools
|
||||
torch
|
||||
types-pyyaml
|
||||
];
|
||||
dontUseMesonConfigure = true;
|
||||
|
||||
Reference in New Issue
Block a user