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

Fix OSX Build issue #97

Merged
merged 2 commits into from
Apr 16, 2019
Merged

Fix OSX Build issue #97

merged 2 commits into from
Apr 16, 2019

Conversation

schmty
Copy link
Contributor

@schmty schmty commented Apr 15, 2019

Okay here goes again:
Via adding the extra compile arguments of -x c++ -std=c++11 and removing platform specific code as suggested by @kyuupichan and @wbolster in #95 plyvel now builds on OSX 10.14. This PR should fix #95 I'm using OSX 10.14 and make and make test are both working on my system using python 3.7.3

@schmty
Copy link
Contributor Author

schmty commented Apr 15, 2019

I realized that the reason travis was returning failing builds was due to a version conflict it was having installing pytest Specifying pytest>=3.6 makes the travis builds pass

@schmty schmty changed the title Fixes OSX Build issue Fix OSX Build issue Apr 15, 2019
@wbolster wbolster merged commit db51a6f into wbolster:master Apr 16, 2019
@wbolster
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported leveldb 1.21 on MacOS
2 participants