-
-
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 xerces-c #194
Add xerces-c #194
Conversation
--disable-network \ | ||
--disable-static | ||
make | ||
make install |
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.
make check?
Win failure:
Concerningly the linting hasn't propagated the error code on travis-ci (I'll dig into that), but in the meantime:
|
features: | ||
- vc9 # [win and py27] | ||
- vc10 # [win and py34] | ||
- vc14 # [win and py35] |
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.
Do we need python
as a build requirement then? Not sure how these work without it.
make | ||
make check | ||
make install | ||
|
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.
Drop extra newline.
I think in this case they provide the same source in 4 different types of archives.
version: {{ version }} | ||
|
||
source: | ||
url: http://mirrors.sonic.net/apache//xerces/c/3/sources/xerces-c-{{version}}.tar.gz |
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.
👍
set OUTDIR=Win32 | ||
) | ||
|
||
if %PY3K% == 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.
are there VC14 projects? If not, I recommend the upgrade path shown in https://github.com/conda/conda-build/wiki/Windows-recipe-patterns#updating-older-sln-files
Actually, just updating the VS2008 solution might be cleanest anyway.
Hi! This is the friendly conda-forge-admin automated user. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/xerces-c:
|
That is still happening. Failing for |
@ocefpaf I'm not sure what is happening there. |
Could the travis build be restarted? |
The issue with Travis CI is a linting issue (not a build issue). The recipe needs some tests. |
The Windows issue seems to be a complaint about the version of the |
Windows restarted. |
Can an updated msbuild be put on the build machines? Looks like you can compile your own from source (https://github.com/Microsoft/msbuild) |
Interesting idea. I have seen that before. Honestly don't have a good enough Windows dev environment to engage in that project productively. Could we put that in an issue somewhere? Probably on the webpage repo. That way someone with more skill in this area and better tools can take a look at it. |
We can ask/request here. They are usually fast to respond. |
I believe I've seen this problem before. It has to do with the Windows SDK 7 being installed after Visual Studio 2008 Express. For some reason Windows SDK 7 messes with something so that the vcvars32.bat doesn't correct set the |
@groutr I cancelled AppVeyor due to #194 (comment) We need to get the other packages out too 😉 |
Well, I believe there is another issue here. Namely, I think |
Restarted the CIs just to see how this would do. So much has happened in the last month. Some general issues (e.g. VS2008 64-bit support) referenced here are fixed. Might as well see what still remains. Though there are still a few minor fixes required for this recipe before merging. It would be nice to complete them to get this into a good state and clear it. |
Seem to be a lot of Windows failures. Does someone want to take a crack at it or can we just skip Windows and send it to a feedstock? This always can be addressed in the feedstock. |
@gillins, I'm pinging you here so that you are aware of this PR to add |
The work on this is continuing in PR ( #849 ). |
Closing, superseded by #849 |
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.
- Duplicate of Added pylyzer as a package #22505
Split from #108