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.
2 parents 161344b + 86a3221 commit 49d431dCopy full SHA for 49d431d
python/setup.py.in
@@ -102,7 +102,7 @@ if '${WITH_FLUID_ONLY}'== 'OFF':
102
package_data['py_paddle']=['*.py','_swig_paddle.so']
103
104
package_dir={
105
- '': '${CMAKE_CURRENT_SOURCE_DIR}',
+ '': '${PADDLE_BINARY_DIR}/python',
106
# The paddle.fluid.proto will be generated while compiling.
107
# So that package points to other directory.
108
'paddle.fluid.proto.profiler': '${PADDLE_BINARY_DIR}/paddle/fluid/platform',
0 commit comments