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 extensions #19

Merged
merged 6 commits into from
May 11, 2018
Merged

Add extensions #19

merged 6 commits into from
May 11, 2018

Conversation

martinandersen
Copy link
Contributor

@martinandersen martinandersen commented May 10, 2018

- Windows: add GSL and FFTW
- Linux/macOS: add DSDP
@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 (recipe) and found it was in an excellent condition.

- glpk
- suitesparse 4.5.6 # [not win]
- suitesparse 4.5.6|4.5.6.* # [not win]
- suitesparse 5.1.* # [win]
Copy link
Member

Choose a reason for hiding this comment

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

Could you please raise a conda-forge-pinning issue about pinning suitesparse globally?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure I understand. Does this have something to do with the suitesparse install_name on macOS? This was the reason for pinning a specific version.

Copy link
Member

Choose a reason for hiding this comment

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

Basically conda-forge-pinning determines how things get pinned globally so that we don't need to hardcode them ourselves. So it would be good if it incorporated a sensible pinning for suitesparse. Raising the issue there would put adding this to the pinning list on other people's radar.

ref: https://conda-forge.org/docs/meta.html#pinning-packages

Copy link
Member

Choose a reason for hiding this comment

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

Also please take a look at the .ci_support files that the re-rendering bot added. This will help give an idea as to how dependencies are handled now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jakirkham
Copy link
Member

@conda-forge-admin, please re-render.

recipe/meta.yaml Outdated
@@ -24,20 +25,22 @@ requirements:
- setuptools
- blas 1.1 {{ variant }}
- openblas 0.2.20|0.2.20.*
Copy link
Member

Choose a reason for hiding this comment

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

We can drop the openblas pinning and just leave the dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

recipe/meta.yaml Outdated
- glpk
- suitesparse 4.5.6 # [not win]
- suitesparse 4.5.6|4.5.6.* # [not win]
- suitesparse 5.1.* # [win]

run:
- python
- blas 1.1 {{ variant }}
- openblas 0.2.20|0.2.20.*
Copy link
Member

Choose a reason for hiding this comment

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

Same as above.

@martinandersen
Copy link
Contributor Author

Should I go ahead and merge or should we wait for suitesparse to be pinned globally?

@jakirkham
Copy link
Member

@conda-forge-admin, please re-render.

@jakirkham
Copy link
Member

Feel free to merge once CI passes. It'll probably take a bit until we sort out the pinning issue. No need to block this on it. Just wanted us to get that work started.

@martinandersen martinandersen merged commit 7b0e4b6 into conda-forge:master May 11, 2018
@jakirkham
Copy link
Member

Thanks @martinandersen :)

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

Successfully merging this pull request may close these issues.

Possibly add DSDP5 support
4 participants