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

remove _libgcc_mutex #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

h-vetinari
Copy link
Member

After conda-forge/ctng-compilers-feedstock#167, this is the last place in conda-forge that depends on the old _libgcc_mutex, which was done (AFAIU) for the libgcc -> libgcc-ng split. Many year later, this has since been resolved (back to libgcc) with conda-forge/ctng-compilers-feedstock#148, which makes them equivalent (libgcc-ng is now a compat wrapper around libgcc), and we've removed remaining usages of libgcc-ng in conda-forge.

Closes conda-forge/_libgcc_mutex-feedstock#6

@conda-forge-admin
Copy link
Contributor

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/meta.yaml) and found it was in an excellent condition.

@h-vetinari
Copy link
Member Author

I couldn't get cross-compilation to work, it fails with

+ ldd ./omp_hello
	not a dynamic executable

even though we've just successfully compiled & executed omp_hello the line before, and even when specifying a fully qualified path to ldd in the proper sysroot. I don't understand what's going wrong there...

Copy link
Member

@beckermr beckermr left a comment

Choose a reason for hiding this comment

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

That's super weird but emulated builds are fine. LGTM!

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.

Do we still need this mutex?
3 participants