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

Implement single platform, cross-compiling, multiple distribution building. #123

Open
capn-freako opened this issue Apr 5, 2023 · 1 comment
Assignees
Labels
dormant Waiting for stabilization of a dependency, etc. enhancement help wanted infrastructure Build system or code management improvements, etc.

Comments

@capn-freako
Copy link
Owner

With the release of version 4.1.0, we've brought the conda-build infrastructure up to date with current best practices, by using the Jinja templating mechanisms:

  • {{ compiler(...) }} and
  • {{ cdt(...) }}.

We should be now able to implement the cross-compiling necessary to implement single platform multiple distributions building.

==> Try to demonstrate multiple distributions building from a single platform.

Please, update the table below with your name and "X"s as appropriate, as you make progress.
That should facilitate better routing of queries for help with a particular combination of build/host platforms.

Developer Build Platform win-64 linux-64 osx-64 osx-arm64
David Banas osx-arm64
@capn-freako
Copy link
Owner Author

==> On hold until someone researches cross-compiler generation and assess its ROI.

The conda-build infrastructure just allows for setting up the proper matrix of cross-compiled builds.
It does not provide the actual cross-compilers.
So, we'll need to get those, or build them ourselves, in order to proceed.
And this needs to be researched a bit and vetted for sufficient ROI.

@capn-freako capn-freako added dormant Waiting for stabilization of a dependency, etc. infrastructure Build system or code management improvements, etc. labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dormant Waiting for stabilization of a dependency, etc. enhancement help wanted infrastructure Build system or code management improvements, etc.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant