Discussion:
[conda] continuing a build with conda-build
bryan cole
2018-06-11 08:44:47 UTC
Permalink
Hi,

Is there a way to tell conda-build to continue with a previous build,
rather than starting afresh? While I get the philosophy of building inside
a clean environment, I'm trying to debug a recipe for a somewhat large
package (pcl) on a resource-constrained system. When the build fails 6
hours in due to some correctable error (not enough memory, missing library
or include path etc.), starting afresh doesn't appeal, at least until I've
got the recipe debugged.

Thanks,

Bryan
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/46526b56-bee3-4b2a-81e1-ce2142b32d43%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Lori Burns
2018-06-11 08:54:47 UTC
Permalink
There's no way that I know of to restart conda-build. But when a build
fails, you can find its working directory, add the build and host prefixes
to PATH and resume your build on the command line, incorporating extra
packages, flags, and any other fixes back to the recipe.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/c8b123b7-f284-4e0e-9a87-b9339c0a7f25%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
bryan cole
2018-06-11 10:33:14 UTC
Permalink
Post by Lori Burns
There's no way that I know of to restart conda-build. But when a build
fails, you can find its working directory, add the build and host prefixes
to PATH and resume your build on the command line, incorporating extra
packages, flags, and any other fixes back to the recipe.
OK. Thanks.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/2e911e0c-1e33-4126-8879-5fb15afe9b14%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...