nixpkgs/pkgs/applications/science/math/cntk/fix_std_bind.patch
Nikolay Amiantov 1bfca90bf7 cntk: 2.2 -> 2.4
Comment for `broken` indicates that it never worked at all, which is strange
since on my machine it did. Anyway it works now for me.
2018-02-25 22:24:09 +03:00

12 lines
464 B
Diff

diff -ru3 CNTK-old/Source/CNTKv2LibraryDll/EvaluatorWrapper.h CNTK-new/Source/CNTKv2LibraryDll/EvaluatorWrapper.h
--- CNTK-old/Source/CNTKv2LibraryDll/EvaluatorWrapper.h 1970-01-01 03:00:01.000000000 +0300
+++ CNTK-new/Source/CNTKv2LibraryDll/EvaluatorWrapper.h 2018-02-25 18:16:16.330269647 +0300
@@ -9,6 +9,7 @@
#include <boost/noncopyable.hpp>
#include <memory>
#include <vector>
+#include <functional>
#include "CNTKLibrary.h"
#include "CNTKLibraryC.h"