We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6651301 commit de6802dCopy full SHA for de6802d
python/setup.py.in
@@ -107,6 +107,7 @@ package_dir={
107
# So that package points to other directory.
108
'paddle.fluid.proto.profiler': '${PADDLE_BINARY_DIR}/paddle/fluid/platform',
109
'paddle.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/fluid/framework',
110
+ 'paddle.fluid': '${PADDLE_BINARY_DIR}/python/paddle/fluid',
111
}
112
if '${WITH_FLUID_ONLY}'== 'OFF':
113
package_dir['py_paddle']='${PADDLE_BINARY_DIR}/python/py_paddle'
0 commit comments