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

Fixed setup mac script #278

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Fixed setup mac script #278

merged 2 commits into from
Oct 17, 2022

Conversation

ztqakita
Copy link
Collaborator

Fixed setup mac script

ext_modules = [ Pybind11Extension("brainpylib/cpu_ops", sources=glob.glob("lib/cpu_*.cc"), cxx_std=11, extra_link_args=["-rpath", re.sub('/lib/.*', '/lib', sys.path[1])], define_macros=[('VERSION_INFO', __version__)]), ]

@ztqakita ztqakita requested a review from chaoming0625 October 16, 2022 15:49
Copy link
Collaborator

@chaoming0625 chaoming0625 left a comment

Choose a reason for hiding this comment

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

This PR is excellent!

@chaoming0625 chaoming0625 merged commit 2bf7ba7 into brainpy:master Oct 17, 2022
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