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

fixing conda build #131

Merged
merged 2 commits into from
Jul 2, 2017
Merged

fixing conda build #131

merged 2 commits into from
Jul 2, 2017

Conversation

nickhand
Copy link
Contributor

@nickhand nickhand commented Jul 1, 2017

By re-naming mac install name to include .so, Corrfunc can be built on linux and Mac. The meta.yaml file will build pinned numpy versions. For nbodykit we use

conda build-all Corrfunc/ --matrix-max-n-minor-versions 3 --matrix-conditions "2.7*|>3.4" "numpy >=1.11*"

This will build for Python versions 2.7, 3.5, and 3.6 and numpy versions 1.11, 1.12, and 1.13.

A new pypi version will need to be added and the links updated for this to build properly.

@manodeep manodeep self-assigned this Jul 1, 2017
@manodeep manodeep merged commit 4199455 into manodeep:master Jul 2, 2017
@manodeep
Copy link
Owner

manodeep commented Jul 2, 2017

Fantastic! Thanks a bunch.

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.

None yet

2 participants