I would like to check it in /ssd, which will be faster. How can I specify it?
conda-build selects the root directory for all his work as follows:
- If
CONDA_BLD_PATHdefined in your environment, use - ,
~/.condarc , , conda-build/root-dir. :
conda-build:
root-dir: /ssd/conda-bld
$(conda info --root)/conda-bld- ,
~/conda-bld
(. , .)
, git ?
git_depth source meta.yaml:
package:
name: foo
version: '1.0'
source:
git_url: https://github.com/foo/bar
git_depth: 1
. git_depth. , git_tag. N ( git_depth: N) HEAD, .