-
-
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
Enable ceres & suitesparse for Windows. #10
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 ( |
@conda-forge-admin, please rerender |
hmm, it seems the
|
Waiting for this. conda-forge/suitesparse-feedstock#65 |
recipe/meta.yaml
Outdated
skip: true # [win and vc<14] | ||
features: # [win] | ||
- blas_{{ variant }} # [win] |
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.
the blas variant feature is deprecated, please remove this
recipe/meta.yaml
Outdated
- libcblas # [unix] | ||
- liblapack # [unix] | ||
- blas 1.1 {{ variant }} # [win] | ||
- openblas # [win] |
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.
here too, remove blas variant & openblas
recipe/meta.yaml
Outdated
@@ -1,4 +1,5 @@ | |||
{% set version = "1.14.0" %} | |||
{% set 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.
you can also drop this
recipe/meta.yaml
Outdated
- tbb | ||
- eigen | ||
|
||
run: | ||
- blas 1.1 # [win] |
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.
and this
@conda-forge-admin, please rerender |
@jschueller Thanks for those tips! It seems now the |
@jschueller Btw, I am adding myself as a co-maintainer. Hope you don't mind. :) |
@jschueller Sorry to spam again. I think now the change is ready for merge. I am planning to add https://github.com/cartographer-project/cartographer feedstock and which depends on this change. Thanks! |
recipe/meta.yaml
Outdated
- libblas # [unix] | ||
- libcblas # [unix] | ||
- liblapack # [unix] | ||
- blas 1.1 # [win] |
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.
blas 1.1 should not be here either
@conda-forge-admin, please rerender |
recipe/meta.yaml
Outdated
@@ -26,7 +26,7 @@ requirements: | |||
- libblas # [unix] | |||
- libcblas # [unix] | |||
- liblapack # [unix] | |||
- blas 1.1 # [win] | |||
- blas # [win] |
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.
there is no blas package, only libblas
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.
Sorry I don’t follow. What does that mean? Btw, for the original my change, I was following https://conda-forge.readthedocs.io/en/latest/blas.html and the example in suitesparse-feedstock. I am pretty much just “monkey see monkey do”.
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.
You dont need this since ceres doesnt care about the implementation: libblas is enough.
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.
Ah, I see. Just a thought, maybe for easier maintenance, we can remove the libblas
, libclas
, and liblapack
all together? They are deps from suitesparse
anyway.
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-webservice. |
@jschueller Let me know any additional changes to make. Hope we can get this enabled for Windows build. Thanks. |
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug. |
a07c7f5
to
8c80164
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 ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2020.04.18.00.00.57
@jschueller The new |
you build with suitesparse 5.4 but for runtime 5.1 is still pulled, this seems inconsistent to me. |
@jschueller Thanks for pointing out the version issue. I added the |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2020.04.22.02.05.22
@jschueller Finally the |
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)