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 dep on libgcc mutex package #30

Merged
merged 1 commit into from
Jul 2, 2019

Conversation

soapy1
Copy link

@soapy1 soapy1 commented Jul 1, 2019

free.py Outdated
@@ -204,6 +204,9 @@ def _patch_repodata(repodata, subdir):
xtractd = record["track_features"] = _extract_track_feature(record, feat)
instructions["packages"][fn]["track_features"] = xtractd

if any(dep == 'libgcc' for dep in record['depends']):
Copy link
Contributor

Choose a reason for hiding this comment

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

Could be simpler - just add it only to the libgcc package(s) themselves, not to all the things that use libgcc

Copy link
Contributor

Choose a reason for hiding this comment

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

But wait - I'm not sure this file is even used for hotfixing free? I think there's code in continuumio/anaconda that does it.

Copy link
Author

Choose a reason for hiding this comment

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

I couldn't find any script that does hotfixing (though it does say in the README that it does hotfixing) in that repo. Also couldn't find anything in confluence about it

main.py Show resolved Hide resolved
@soapy1 soapy1 force-pushed the libgcc-mutex branch 2 times, most recently from d5c1b89 to e04924a Compare July 1, 2019 20:16
@soapy1 soapy1 merged commit 321c369 into AnacondaRecipes:master Jul 2, 2019
@soapy1 soapy1 deleted the libgcc-mutex branch July 2, 2019 15:20
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.

2 participants