Merge pull request #280132 from happysalada/update_polars
python310Packages.polars: 0.19.12 -> 0.20.7
This commit is contained in:
commit
c8442cab45
2575
pkgs/development/python-modules/polars/Cargo.lock
generated
2575
pkgs/development/python-modules/polars/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -13,12 +13,12 @@
|
||||
}:
|
||||
let
|
||||
pname = "polars";
|
||||
version = "0.19.12";
|
||||
version = "0.20.7";
|
||||
rootSource = fetchFromGitHub {
|
||||
owner = "pola-rs";
|
||||
repo = "polars";
|
||||
rev = "refs/tags/py-${version}";
|
||||
hash = "sha256-6tn3Q6oZfMjgQ5l5xCFnGimLSDLOjTWCW5uEbi6yFZY=";
|
||||
hash = "sha256-R3by/e28HE+1xq+HQd9wYy/iK+fDM6/IfKuc563atX4=";
|
||||
};
|
||||
rust-jemalloc-sys' = rust-jemalloc-sys.override {
|
||||
jemalloc = jemalloc.override {
|
||||
@ -48,7 +48,7 @@ buildPythonPackage {
|
||||
};
|
||||
};
|
||||
|
||||
sourceRoot = "source/py-polars";
|
||||
buildAndTestSubdir = "py-polars";
|
||||
|
||||
# Revisit this whenever package or Rust is upgraded
|
||||
RUSTC_BOOTSTRAP = 1;
|
||||
@ -57,6 +57,10 @@ buildPythonPackage {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
# trick taken from the polars repo since there seems to be a problem
|
||||
# with simd enabled with our stable rust (instead of nightly).
|
||||
maturinBuildFlags = [ "--no-default-features" "--features=all" ];
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user