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

Add LZFSE recipe. #2596

Merged
merged 1 commit into from
May 8, 2017
Merged

Conversation

rmax
Copy link
Member

@rmax rmax commented Mar 14, 2017

Closes #2438

This package has no proper versioning so we start with the last commit version.

@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 (recipes/lzfse) and found it was in an excellent condition.

@rmax rmax mentioned this pull request Mar 14, 2017
# We can't compile c99 lzfse source in VS2008.
skip: True # [win and py27]
features:
- vc14 # [win and py3k]
Copy link
Member

Choose a reason for hiding this comment

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

Would recommend not using py3k and using (py35 or py36) as this will probably need to be changed for Python 3.7 anyways.

build:
number: 0
# We can't compile c99 lzfse source in VS2008.
skip: True # [win and py27]
Copy link
Member

Choose a reason for hiding this comment

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

Would also skip Python 3.5 or 3.6 as they both use the same VC version. So there is no need for both.


source:
fn: {{ name }}-{{ version }}.zip
url: https://github.com/{{ name }}/{{ name }}/archive/{{ ghcommit }}.zip
Copy link
Member

Choose a reason for hiding this comment

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

Could we please ask them to tag a release? Just something we can use reliably. Feel free to cc me if you wish.

@jakirkham
Copy link
Member

This looks good, but I'd like to see if we can get the developers to weigh in on the release situation. It helps if they can give us some indication of what constitutes a reliable product ready for external user consumption. Unfortunate that they had not done this already.

Other than that a couple minor suggestions that should be easy to resolve.

Thanks @rolando.

@jakirkham
Copy link
Member

So now that upstream has tagged a version. Could we please update this to use that version? Looks like there are a couple other minor changes to be done. Otherwise LGTM. Am eager to get into a feedstock.

@rmax
Copy link
Member Author

rmax commented May 8, 2017

Recipe fixed 🎉

@jakirkham
Copy link
Member

Added the closes note above. Hope that is ok.

@jakirkham jakirkham merged commit ca1a9d6 into conda-forge:master May 8, 2017
@jakirkham
Copy link
Member

Thanks @rolando.

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

Successfully merging this pull request may close these issues.

None yet

3 participants