Repository: incubator-singa Updated Branches: refs/heads/master 5526c5176 -> 8d4953a2a
http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/c1444b7d/tool/python/singa/generatepy.sh ---------------------------------------------------------------------- diff --git a/tool/python/singa/generatepy.sh b/tool/python/singa/generatepy.sh index 22176a8..8b24635 100755 --- a/tool/python/singa/generatepy.sh +++ b/tool/python/singa/generatepy.sh @@ -1,4 +1,4 @@ -# +#!/usr/bin/env bash #/** # * Copyright 2015 The Apache Software Foundation # * @@ -19,11 +19,10 @@ # * limitations under the License. # */ -#!/usr/bin/env bash #The following commands are only for developers adding new py apis. swig -c++ -python driver.i -g++ -fPIC ../../../src/driver.cc driver_wrap.cxx -shared -o _driver.so \ - -L../../../.libs/ -lsinga -DMSHADOW_USE_CUDA=0 \ - -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -std=c++11 \ - -I../../../include \ - -I/usr/include/python2.7/ +#g++ -fPIC ../../../src/driver.cc driver_wrap.cxx -shared -o _driver.so \ +# -L../../../.libs/ -lsinga -DMSHADOW_USE_CUDA=0 \ +# -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -std=c++11 \ +# -I../../../include \ +# -I/usr/include/python2.7/
