From 6026076b73ce212621e4fb719e42655fdb824ffd Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Thu, 16 Mar 2017 10:04:02 +0100
Subject: [PATCH] update libstdc++ loading trick to follow the change in scipy.

---
 component/keras/buildout.cfg      | 2 +-
 component/tensorflow/buildout.cfg | 2 +-
 software/wendelin/software.cfg    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/component/keras/buildout.cfg b/component/keras/buildout.cfg
index 69030294d..2d3e64cbe 100644
--- a/component/keras/buildout.cfg
+++ b/component/keras/buildout.cfg
@@ -10,7 +10,7 @@ parts =
 [keras-egg]
 recipe = zc.recipe.egg
 initialization =
-  import scipy.stats # load our own libstdc++ explicitly at the very beginning
+  import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning
 eggs = 
   ${scipy:egg}
   ${numpy:egg}
diff --git a/component/tensorflow/buildout.cfg b/component/tensorflow/buildout.cfg
index 63fab890d..18de0d2a1 100644
--- a/component/tensorflow/buildout.cfg
+++ b/component/tensorflow/buildout.cfg
@@ -13,7 +13,7 @@ parts =
 [numpy-egg]
 recipe = zc.recipe.egg
 initialization =
-  import scipy.stats # load our own libstdc++ explicitly at the very beginning
+  import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning
 eggs =
   setuptools
   ${scipy:egg}
diff --git a/software/wendelin/software.cfg b/software/wendelin/software.cfg
index aeb8d389d..3eacc73d8 100644
--- a/software/wendelin/software.cfg
+++ b/software/wendelin/software.cfg
@@ -17,7 +17,7 @@ parts +=
 
 [eggs]
 initialization =
-  import scipy.stats # load our own libstdc++ explicitly at the very beginning
+  import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning
 extra-paths +=
   ${wendelin:location}
 eggs +=
-- 
2.30.9