pythonPackages.numcodecs: build with gcc8
This commit is contained in:
parent
cf824d6096
commit
f25479114f
2 changed files with 5 additions and 1 deletions
|
@ -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 a new issue