-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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 NSIS 2 #1089
Add NSIS 2 #1089
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 ( |
@@ -0,0 +1,4 @@ | |||
robocopy . "%PREFIX%" /S /XF bld.bat | |||
if errorlevel 8 exit 1 |
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 believe this should be not equal 1
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.
Thanks. Changed.
Currently failing due to the conda-build bug. |
The |
about: | ||
home: http://sourceforge.net/projects/nsis | ||
summary: Nullsoft Scriptable Install System | ||
license: CPL-1.0, zlib, bzip2 |
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.
May want to include the license file for good measure. Then again it may already be in this source.
Trying to change this to build from source, but it is a bit tricky. Feedback welcome. |
Does this indicate we are still in the root environment? |
75d8f07
to
449bb70
Compare
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 ( |
It is a bit strange. Though I'm see that with builds that are passing too. |
|
||
build: | ||
number: 0 | ||
skip: true # [unix] |
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.
Is there any reason to build this with py34/35? Last I checked, scons was py2 only. I think the py34/35 builds are actually not producing good output.
3d8e2ea
to
91b7d72
Compare
Yep, only added in that |
I think we need to set the |
Also seems they are ignoring every environment variable except |
b4e16c5
to
4f6e4cb
Compare
Reverting back to working binary install. As nice as it would be to build this from source, it is proving challenging and I'm not feeling up to the task. Will add it as an issue in the feedstock. |
recipe-maintainers: | ||
- jakirkham | ||
- msarahan | ||
- patricksnape |
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.
Added both of you here @msarahan and @patricksnape. Please let me know if this is ok.
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.
@msarahan, I went ahead and self-merged this (after some discussion). If you decide that you don't want to be a maintainer, please let me know.
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.
Thanks. Fine with me. Happy to help where I can.
Yup - let's just add it as an issue and get this in as a copy for now. 😄 |
Thanks @patricksnape. I've added issue ( conda-forge/nsis-feedstock#1 ) to the feedstock so we can discuss how to get this built properly there. |
@faph, just letting you know that we have added |
No worries. I'm currently not using NSIS very much at the moment. |
Adds a recipe for NSIS 2.x. Adapted from this recipe by @faph. Note it is in the Public Domain. Feedback and Maintainers welcome.
Also there is a newer version (2.51) and it will be updated in the feedstock. Trying to match what is in the anaconda channel first and then upgrading from there.
cc @conda-forge/core @patricksnape @gillins @msarahan @mingwandroid