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

Properly handle the case of installing only pure python modules #445

Open
jialeiwang opened this issue Oct 22, 2015 · 0 comments
Open

Properly handle the case of installing only pure python modules #445

jialeiwang opened this issue Oct 22, 2015 · 0 comments

Comments

@jialeiwang
Copy link
Contributor

It is not necessary for all users to compile C++ code, which sometimes is a headache to do on highly custom built systems. Currently you can specify env variable MOE_NO_BUILD_CPP to False to prevent compiling C++ code, but python interfaces for calling C++ code are still copied to the installed package, which is not desirable since you cannot call C++ code after all. The simple fix is to create a ifelse statement that chooses modules to install based on whether you want to compile C++ code or not.

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

No branches or pull requests

1 participant