Skip to content

macports support #3

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

Merged
merged 1 commit into from
Jun 1, 2017
Merged

macports support #3

merged 1 commit into from
Jun 1, 2017

Conversation

podhmo
Copy link

@podhmo podhmo commented Jun 1, 2017

Hi.

(upstream repository is maybe abadnoned, so sending PR to your repository)

I'm using Macports on MacOS, and Macports storing re2 library's position is unexpected directory.

$ port contents re2 | grep stringpiece
  /opt/local/include/re2/stringpiece.h

So, installing pyre2 via your repository is failed.

$ pip install "git+git://github.com/andreasvc/pyre2.git@master"
...
    src/re2.cpp:312:10: fatal error: 're2/stringpiece.h' file not found
    #include "re2/stringpiece.h"
             ^
    1 error generated.
    error: command '/usr/bin/clang' failed with exit status 1

So, Adding /opt/local path to _re2_prefixes.

@podhmo
Copy link
Author

podhmo commented Jun 1, 2017

Oh, sorry, same pull request is created already.
axiak#16

@andreasvc andreasvc merged commit 9bc0e5a into andreasvc:master Jun 1, 2017
@andreasvc
Copy link
Owner

Thx, merged

@podhmo
Copy link
Author

podhmo commented Jun 2, 2017

thx

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