-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Mbedtls #126
Mbedtls #126
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 ( |
mbedtls does not exist in conda-forge. |
@@ -35,13 +38,14 @@ requirements: | |||
- libosxunwind # [osx] | |||
- libunwind # [linux] | |||
- arpack | |||
- suitesparse =5.4.0 |
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.
Why did you remove the pin?
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 used https://github.com/archlinux/svntogit-community/blob/packages/julia/trunk/julia-hardcoded-libs.patch to patch out the hard-coded mbedtls
version. Since that patch also removes suitesparse
version hard-coding we don't need to pin anymore.
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 would be interested to see how this interacts with the issue in #118, which is why the pin was added.
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.
Yes, we should test to make sure that issue is fixed by this PR before merging.
recipe/meta.yaml
Outdated
- pcre2 | ||
- git | ||
- libutf8proc | ||
- libnghttp2 | ||
- zlib | ||
- p7zip | ||
- mbedtls |
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.
Which package are you referring to? mbedtls does not exist in conda-forge
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.
mbedtls does not exist in conda-forge.
As noted in my PR it will once conda-forge/staged-recipes#16113 is merged.
@conda-forge-admin please restart ci |
For Mac, we need to resolve the problem described in this comment when using system LibGit2: |
That thread is pretty long, can you summarize what the problem is? |
I linked to a specific comment in the thread. Here's the gist.
|
Essentially we need |
I haven't had any luck solving this one. Does using libgit2 from BinaryBuilder on osx cause any known problems? |
@conda-forge-admin please rerender |
1 similar comment
@conda-forge-admin please rerender |
The changes in izahn#1 are all to files generated by |
I'm trying to minimize the actual diff against master. |
I'm ready to merge this after it either does not modify |
I'll back it up and let the bot do the rerender so we can see what happens. |
5b15552 just changes the recipe, none of the CI or migration stuff. Now we rerender: @conda-forge-admin please rerender |
…a-forge-pinning 2021.09.22.17.56.27
The bot ran |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
@izahn @mkitti we can try to see if the new libgit2 patch can resolve this for macs. I will start a new PR. Follow #155 |
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)Closes #125
Note that this needs conda-forge/staged-recipes#16113 , once someone reviews and merges that we can proceed to review this PR.