Skip to content

setup.py for building C++ backend (WIP) #153

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

Closed
wants to merge 3 commits into from

Conversation

1e-to
Copy link
Contributor

@1e-to 1e-to commented Oct 22, 2020

This PR must resolve the problem from this issue #145.

@1e-to 1e-to changed the title setup.py for building C++ backend setup.py for building C++ backend (WIP) Oct 22, 2020
Copy link
Contributor

@diptorupd diptorupd left a comment

Choose a reason for hiding this comment

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

Looking forward to getting this is merged.

os.environ["CC"] = "clang"
os.environ["CXX"] = "clang++"
else:
print("DPCPP is needed to build DPPL. Abort!")
Copy link
Contributor

Choose a reason for hiding this comment

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

DPPL change to DPCTL

# "-DCMAKE_INSTALL_PREFIX=" + INSTALL_PREFIX,
# "-DCMAKE_PREFIX_PATH=" + INSTALL_PREFIX,
# "-DDPCPP_ROOT=" + DPCPP_ROOT,
# "-DPYTHON_INCLUDE_DIR=" + PYTHON_INC,
Copy link
Contributor

Choose a reason for hiding this comment

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

Please check the latest build_for_develop.sh I removed PYTHON_INC and NUMPY__INC as these are not used.

@diptorupd diptorupd marked this pull request as draft October 31, 2020 06:54
@1e-to 1e-to closed this Nov 3, 2020
@1e-to 1e-to deleted the setup_building branch March 2, 2021 12:10
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.

2 participants