Commit 6026076b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update libstdc++ loading trick to follow the change in scipy.

parent d0baf43d
......@@ -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}
......
......@@ -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}
......
......@@ -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 +=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment