mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
pythonPackages.numcodecs: build with gcc8
This commit is contained in:
parent
cf824d6096
commit
f25479114f
@ -7,6 +7,7 @@
|
||||
, msgpack
|
||||
, pytest
|
||||
, python
|
||||
, gcc8
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -21,6 +22,7 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [
|
||||
setuptools_scm
|
||||
cython
|
||||
gcc8
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -4075,7 +4075,9 @@ in {
|
||||
|
||||
numba = callPackage ../development/python-modules/numba { };
|
||||
|
||||
numcodecs = callPackage ../development/python-modules/numcodecs { };
|
||||
numcodecs = callPackage ../development/python-modules/numcodecs {
|
||||
inherit (pkgs) gcc8;
|
||||
};
|
||||
|
||||
numexpr = callPackage ../development/python-modules/numexpr { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user