-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
update to cb3 format #17
Conversation
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 ( |
Is the toolchain package dropped ? |
- cmake # [win] | ||
|
||
test: | ||
requires: | ||
- python {{ os.environ.get('PY_VER', '') + '*' }} # [win] | ||
- python 3.6 # [not (win and vc<14)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this because otherwise it was making a Python version matrix (which it really shouldn't be...). Not sure why that didn't happen in #16....
Oh, I see that build 3 did actually come out. Sure, should bump to 4 then. And yes, you don't need to include toolchain explicitly anymore: #16 (comment) |
The build fails with vc14, any idea why ? |
Win32: see conda-forge/staged-recipes#5640 vc14 dies during the link step; is there maybe a missing dependency that's getting pulled in from the system or something? Don't know... |
it succeeds with static libs |
(#16)