-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
[windows] updated v5.4.0 #65
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
For recipe:
|
@conda-forge-admin, please rerender |
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 ( I do have some suggestions for making it better though... For recipe:
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2020.04.14.00.23.16
@conda-forge/suitesparse This is a version bump and ready for review and merge. Thanks! |
please rebase from master, it's 5.7.2 now |
It looks like the SuiteSparse for Windows build lives for its own on this separate branch since this and it takes the source from this project instead: https://github.com/jlblancoc/suitesparse-metis-for-windows, which attempts to keep CMake recipes for cross-platform compiling and now it is ported to I don't think doing a simple rebase of this feedstock can take it to |
oh, right, I did not see that. |
@conda-forge/suitesparse @conda-forge/core This is ready for review and merge. Thanks! |
pls only bump the team and not core on these. We can help if this is not merged for about a week or so. |
recipe/meta.yaml
Outdated
- {{ compiler('c') }} | ||
- {{ compiler('cxx') }} | ||
host: | ||
- blas 1.1 {{ variant }} | ||
- openblas | ||
- tbb | ||
- metis | ||
|
||
run: | ||
- blas 1.1 {{ variant }} | ||
- openblas |
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.
This needs to be changed to the blas scheme mentioned in the docs
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.
@isuruf Are you talking about this? https://conda-forge.readthedocs.io/en/latest/blas.html Is there any existing PR as the example how to properly add blas as dependency? I did read the doc, however I am still scratching my head how to do it right in conda-build
recipe.
recipe/meta.yaml
Outdated
patches: | ||
- gh_56.patch # [win] | ||
|
||
build: | ||
skip: true # [win32 or unix] | ||
number: 202 | ||
number: 0 | ||
features: | ||
- blas_{{ variant }} |
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.
Remove these 2 lines.
@conda-forge-admin, please rerender. |
Hi! This is the friendly automated conda-forge-webservice. |
@isuruf Btw, I saw there are some warnings like these: Do you recommend to add
|
…nda-forge-pinning 2020.04.15.23.38.20
@isuruf hmm, the CI seems not to like the changes. What should we do for the next step? |
Try deleting |
@isuruf Just wondering, what's the latest doc for how to integrate with |
It's the one at https://conda-forge.org/docs/maintainer/knowledge_base.html#blas |
I see, so I probably looked at a old site (https://conda-forge.readthedocs.io/) instead of the latest one (https://conda-forge.org/docs/index.html). |
Thanks. I'll see if I can get that old site deleted. |
@conda-forge/suitesparse Friendly ping. I think this is ready for merge. Thanks. |
Great to see this happening. I was planning to get around to doing this myself after having built suitesparse for windows within conda-forge/cvxopt-feedstock#42. I detailed some of that in #51 - I believe (hope?) that metis is not necessary and that we can go to 5.7.2 directly. |
Happy to see the progress on this too. For my short-term goal, I just want to have |
I am inclined to go ahead and merge this soon given that it is now passing CI. That said, I don't have experience with Windows + SuitSparse/METIS and would appreciate any feedback from other maintainers. |
@seanyen True, there's no reason not to merge this, any progress can come on top of this PR. |
Thank you all! |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)