We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e19b9 commit 46f29d4Copy full SHA for 46f29d4
1 file changed
pkgs/development/python-modules/scikit-learn/default.nix
@@ -55,6 +55,9 @@ buildPythonPackage rec {
55
export SKLEARN_BUILD_PARALLEL=$NIX_BUILD_CORES
56
'';
57
58
+ # TODO: a proper fix? See around PR #225220
59
+ NIX_LDFLAGS = if stdenv.cc.isGNU then "-L${stdenv.cc.cc.lib}/lib" else null;
60
+
61
doCheck = !stdenv.isAarch64;
62
63
disabledTests = [
0 commit comments