question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add bootstrapping variable to conda_build_config.yaml

See original GitHub issue

During the process of bootstrapping packages to a new architecture, it is sometimes necessary to build packages in bootstrapping mode. For example, when the full functionality of the package isn’t available yet, but the package is necessary to build other packages will make the full functionality available later (in a regular non-bootstrapping) build.

In order to decide whether or not a build is run in bootstrapping mode, I suggest adding a new variable to conda_build_config.yaml named bootstrapping whose value is either “yes” or “no”.

For more details, see https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/1187

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jakirkhamcommented, Feb 8, 2021
1reaction
jakirkhamcommented, Feb 8, 2021

Issues are a bit easier to see on mobile. Is there a reason a discussion was preferred over an issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build variants - Conda
As of conda-build 3.0, a new configuration scheme has been added, dubbed "variants." Conceptually, this decouples pinning values from recipes, replacing them ...
Read more >
conda/conda-build - Gitter
I'm looking for a way to store my requirements in a single place, preferably my conda-build recipe conda.recipe/meta.yaml and be able to bootstrap...
Read more >
Build recipe parsing and extension · Issue #857 - GitHub
We introduce a new capability where conda can dynamically interpolate values in meta.yaml with environment variables from the current build ...
Read more >
conda does not install dependencies from meta.yaml when ...
I've a pip package and want to create a conda package of that same pacakge as well. Most of the packages are not...
Read more >
Create one conda environment per project - Eric J. Ma
(If not, install it by hand and add it to the environment.yml file.) ... Why you would want to configure your conda installation...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found