Loading pkgs/development/python-modules/numcodecs/default.nix +5 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , isPy27 Loading Loading @@ -37,6 +38,10 @@ buildPythonPackage rec { msgpack ]; preBuild = if (stdenv.hostPlatform.isx86 && !stdenv.hostPlatform.avx2Support) then '' export DISABLE_NUMCODECS_AVX2= '' else null; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/numcodecs/default.nix +5 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchPypi , isPy27 Loading Loading @@ -37,6 +38,10 @@ buildPythonPackage rec { msgpack ]; preBuild = if (stdenv.hostPlatform.isx86 && !stdenv.hostPlatform.avx2Support) then '' export DISABLE_NUMCODECS_AVX2= '' else null; nativeCheckInputs = [ pytestCheckHook ]; Loading