Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: generate all the build related files into build directory not into source repo. #9512

Merged
merged 1 commit into from
Apr 5, 2018

Conversation

wanglei828
Copy link
Contributor

@wanglei828 wanglei828 commented Mar 30, 2018

Fix #9671

@CLAassistant
Copy link

CLAassistant commented Mar 30, 2018

CLA assistant check
All committers have signed the CLA.

@@ -27,7 +27,7 @@ sphinx_add_target(paddle_fluid_docs
${CMAKE_CURRENT_SOURCE_DIR}
${SPHINX_HTML_DIR_EN})

add_dependencies(paddle_fluid_docs gen_proto_py)
add_dependencies(paddle_fluid_docs gen_proto_py paddle_python)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why paddle_fluid_docs depends on paddle_python now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build_docs will scan the python import statement. If it cannot find the package, it errors

@wanglei828 wanglei828 force-pushed the fixmake branch 4 times, most recently from d69aea7 to d963d3a Compare April 5, 2018 02:31
@wanglei828 wanglei828 changed the title Build: generate all the build related files into one directory. Build: generate all the build related files into build directory not into source repo. Apr 5, 2018
@tonyyang-svail
Copy link

@wanglei828 could you file an issue describing the problem this PR solves?

@wanglei828
Copy link
Contributor Author

@tonyyang-svail Done.

@wangkuiyi wangkuiyi merged commit 09b4a1a into PaddlePaddle:develop Apr 5, 2018
@wanglei828 wanglei828 deleted the fixmake branch April 5, 2018 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants