pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build

once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
This commit is contained in:
Robert Scott
2020-09-27 10:14:16 -07:00
committed by Jon
parent 3821543de7
commit d7365fad89
3 changed files with 41 additions and 65 deletions
+3 -2
View File
@@ -1459,8 +1459,9 @@ in {
datashape = callPackage ../development/python-modules/datashape { };
datatable =
callPackage ../development/python-modules/datatable { inherit (pkgs.llvmPackages) openmp libcxx libcxxabi; };
datatable = callPackage ../development/python-modules/datatable {
inherit (pkgs.llvmPackages) libcxx;
};
dateparser = callPackage ../development/python-modules/dateparser { };