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

Bump version, add support for win #7

Merged
merged 3 commits into from
Oct 26, 2017

Conversation

nehaljwani
Copy link
Member

No description provided.

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@nehaljwani
Copy link
Member Author

@conda-forge-admin, please rerender

@nehaljwani nehaljwani force-pushed the bump-version-1.0.15 branch 3 times, most recently from 210cb0c to 8e366e4 Compare October 21, 2017 14:13
run:
- vc 9 # [win and py27]
- vc 10 # [win and py34]
- vc 14 # [win and py>=35]
Copy link
Member

Choose a reason for hiding this comment

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

libsodium is only a C library. It shouldn't be running with a matrix of Python versions. It should only use one of these.

Copy link
Member Author

Choose a reason for hiding this comment

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

@minrk pynacl uses libsodium and since we tie various python versions with various vc versions, I think we need to do this?

pyca/pynacl#165

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure, but this would probably also help:
https://lists.zeromq.org/pipermail/zeromq-dev/2014-October/027075.html

Copy link
Member

Choose a reason for hiding this comment

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

So the matrix here is just to ensure the right VC runtime is used on Windows. This is important as different Python versions uses different VC runtimes. If a user ends up using two pieces of software built with different VC runtimes that share memory, file handles, or some other things, they will crash. So this is just trying to ensure the VC runtimes are properly aligned so that different linked software don't run into issues. That said we can instantiate this matrix with other mechanisms. Just turns out to be easiest with python.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the explanation.

@minrk minrk merged commit d5dfed0 into conda-forge:master Oct 26, 2017
@nehaljwani nehaljwani deleted the bump-version-1.0.15 branch October 26, 2017 07:53
@jakirkham
Copy link
Member

Turns out CircleCI was failing. So this didn't get upload on Linux. Have just now fixed this issue.

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.

5 participants