about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cntk
AgeCommit message (Collapse)AuthorFilesLines
2021-01-23mpi: use mpi attribute consistently as the default MPI implementationsMarkus Kowalewski1-4/+4
Use the attribute mpi to provide a system wide default MPI implementation. The default is openmpi (as before). This now allows for overriding the MPI implentation by using the overlay mechanism. Build all packages with mpich instead of the default openmpi can now be achived like this: self: super: { mpi = super.mpich; } All derivations that have been using "mpi ? null" to provide optional building with MPI have been change in the following way to allow for optional builds with MPI: { ... , mpi , useMpi ? false }
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-2/+1
* treewide: remove unused variables * making ofborg happy
2019-06-02cntk: 2.4 -> 2.7Nikolay Amiantov1-12/+27
Restrict platforms to x86_64-linux.
2019-04-09pythonPackages.cntk: fix nativeBuildInputsMarkus Kowalewski1-1/+2
2019-04-09pythonPackages.cntk: mark as broken (python37)Markus Kowalewski1-1/+9
2018-10-17pythonPackages.cntk: refactor move to python-modulesChris Ostrouchov1-0/+38